We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39378c8 commit 19740b7Copy full SHA for 19740b7
README.md
@@ -41,6 +41,7 @@ fastify.register(oauthPlugin, {
41
})
42
43
// This is the new endpoint that initializes the OAuth2 login flow
44
+// This endpoint is only required if startRedirectPath has not been provided
45
fastify.get('/login/facebook', {}, (req, reply) => {
46
fastify.facebookOAuth2.generateAuthorizationUri(
47
req,
0 commit comments