mahabubx7 / nestjs-graphql-kit

NestJS backend GraphQL API starter kit
0 stars 0 forks source link

User module & basic login/register auth demo #4

Open mahabubx7 opened 7 months ago

mahabubx7 commented 7 months ago

User module & basic login/register auth demo

After the database is setup successfully, it's time to make the User module and very basic auth demo i.e.

Note: Make sure the user request is sanitized with DTOs.

mahabubx7 commented 7 months ago

User module & basic login/register auth demo