You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only our prisma client is injected into our tRPC context. We should also inject the cookies service, the password service, and the email service into the context of the request.
This makes it easier for testing and we can mock more efficiently
The text was updated successfully, but these errors were encountered:
Currently, only our prisma client is injected into our tRPC context. We should also inject the cookies service, the password service, and the email service into the context of the request.
This makes it easier for testing and we can mock more efficiently
The text was updated successfully, but these errors were encountered: