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
Is your feature request related to a problem? Please describe.
We need a route /signup so that users get an account after providing the required details
blocked by #137
blocked by #192
Describe the solution you'd like
Make use of the UserService and AuthService to create an document in the users collection as well as using the auth service to give them an account. We should return a JWT token for the newly created user that can be used with signInWithCustomToken on the front end
Is your feature request related to a problem? Please describe.
We need a route
/signup
so that users get an account after providing the required detailsblocked by #137
blocked by #192
Describe the solution you'd like
Make use of the
UserService
andAuthService
to create an document in the users collection as well as using the auth service to give them an account. We should return a JWT token for the newly created user that can be used withsignInWithCustomToken
on the front endBEFORE MERGING
yarn workspace server tsoa spec-and-routes
)git fetch origin master:master
, thengit rebase master
orgit merge master
)The text was updated successfully, but these errors were encountered: