Skip to content

Commit

Permalink
Update documentation. (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkmzhou committed Jul 6, 2024
1 parent 39378c8 commit 19740b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ fastify.register(oauthPlugin, {
})

// This is the new endpoint that initializes the OAuth2 login flow
// This endpoint is only required if startRedirectPath has not been provided
fastify.get('/login/facebook', {}, (req, reply) => {
fastify.facebookOAuth2.generateAuthorizationUri(
req,
Expand Down

0 comments on commit 19740b7

Please sign in to comment.