Github oauth app (optional)
Along with email-password based login, you can also setup Github oauth for login.
For the rest of this guide, we’ll assume example.com
as your domain.
- Go to https://github.com/settings/applications/new
- Enter the homepage URL as https://example.com
- Enter the callback URL as https://example.com/api/v1/auth/github/callback
- Click on
Register application