OAuth2 Support
Last updated
Was this helpful?
Last updated
Was this helpful?
Before proceeding, it would be good to check the tutorial below
Integrating social OAuth2 providers is streamlined with fastify-grant and grant, enabling users to log in via platforms like Google, Facebook, or GitHub.
With minimal effort, developers can offer secure and user-friendly login options, enhancing accessibility and reducing friction during authentication.
You will need to provide the Github Oauth2 App Credentials in your .env
file.
GITHUB_CLIENT_ID
The client ID for the github app
GITHUB_SECRET_KEY
The secret key for the github app
Need more? Check out the roadmap or request it in our Community.
2024-12-20 - Initial Documentation
Implementation:
You can get them here: