ballerine
ballerine copied to clipboard
Basic Auth - Create Routes for Email + Password Authentication
Task Description
Implement new routes for handling email and password authentication using SuperTokens. These routes will be used for signing up new users and logging in existing users.
Acceptance Criteria
- The routes use SuperTokens to register and authenticate users.
- Request and response bodies are defined according to SuperTokens' requirements.
Implementation Instructions
- https://supertokens.com/docs/emailpassword/nestjs/guide
Resources
- SuperTokens Authentication API: https://supertokens.com/docs/emailpassword/introduction