Skip to content

Artyem-Y/fastify-auth-api

Repository files navigation

#Example of authentication api on fastify

  • sign up new user
  • login (only users with confirmed email can login)
  • 'me' endpoint
  • sign up / login user via Facebook
  • email confirmation (email confirmation request and email confirmation using received code)

For installing project: create .env from env.example

npm i

npm start

For running tests: create .env.test from env.example

npm test

swagger local docs http://localhost:3000/documentation/json

About

Authentication api on fastify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published