#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
For running tests: create .env.test from env.example
swagger local docs http://localhost:3000/documentation/json