Skip to content

Commit

Permalink
docs(gatsby-oauth): fix redirect uri
Browse files Browse the repository at this point in the history
  • Loading branch information
colorfield committed May 2, 2024
1 parent 12a7258 commit acf8294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ A `Website` consumer is created in Drupal `/admin/config/services/consumer` with
- Label: `Website`
- Client ID: `website`
- Secret: a random string matching `AUTH_DRUPAL_SECRET`
- Redirect URI: `[netlify-gatsby-site-url]/oauth/callback`
- Redirect URI: `[netlify-gatsby-site-url]/api/auth/callback/drupal`

#### Other providers

Expand Down

0 comments on commit acf8294

Please sign in to comment.