A lightweight, secure OAuth authentication microservice built with Fastify that supports multiple authentication providers and magic links.
NODEMAILER_PASS
.Clone the repository
Navigate into the folder
Try the APIs yourself using swagger http://localhost:3000/docs
GET /auth/google # Google OAuth login
GET /auth/github # GitHub OAuth login
GET /auth/discord # Discord OAuth login
GET /auth/google/callback # Google OAuth login callback
GET /auth/github/callback # GitHub OAuth login callback
GET /auth/discord/callback # Discord OAuth login callback
POST /magic-link # Request magic link
GET /magic-link/verify # Verify magic link
GET /session # Get current user info
DELETE /session/logout # Logout user
./deploy.sh
to build and run the docker container.MIT License - see the LICENSE file for details