Skip to content

Commit

Permalink
fix: Creating a custom provider example (#2237)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheCVB authored Sep 25, 2024
1 parent 1fa9e6d commit f7afaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/plugins/users-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ module.exports = {
grantConfig: {
key: "",
secret: "",
callback: `${strapi.config.server.url}/auth/test-provider/callback`,
callback: `${strapi.config.server.url}/auth/example-provider-name/callback`,
scope: ["email"],
authorize_url: "https://awesome.com/authorize",
access_url: "https://awesome.com/token",
Expand Down

0 comments on commit f7afaf1

Please sign in to comment.