ballerine icon indicating copy to clipboard operation
ballerine copied to clipboard

Basic Auth - Create Routes for Email + Password Authentication

Open alonp99 opened this issue 10 months ago • 0 comments

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

  1. https://supertokens.com/docs/emailpassword/nestjs/guide

Resources

  • SuperTokens Authentication API: https://supertokens.com/docs/emailpassword/introduction

alonp99 avatar Apr 01 '24 18:04 alonp99