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 1fa9e6d commit f7afaf1Copy full SHA for f7afaf1
docusaurus/docs/dev-docs/plugins/users-permissions.md
@@ -934,7 +934,7 @@ module.exports = {
934
grantConfig: {
935
key: "",
936
secret: "",
937
- callback: `${strapi.config.server.url}/auth/test-provider/callback`,
+ callback: `${strapi.config.server.url}/auth/example-provider-name/callback`,
938
scope: ["email"],
939
authorize_url: "https://awesome.com/authorize",
940
access_url: "https://awesome.com/token",
0 commit comments