Skip to content

Commit 19740b7

Browse files
authored
Update documentation. (#265)
1 parent 39378c8 commit 19740b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ fastify.register(oauthPlugin, {
4141
})
4242

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

0 commit comments

Comments
 (0)