We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c587f55 commit 1816e7bCopy full SHA for 1816e7b
docs-src/code-flow.md
@@ -15,7 +15,7 @@ To configure your solution for code flow + PKCE you have to set the `responseTyp
15
// URL of the SPA to redirect the user to after login
16
redirectUri: window.location.origin + '/index.html',
17
18
- // The SPA's id. The SPA is registerd with this id at the auth-server
+ // The SPA's id. The SPA is registered with this id at the auth-server
19
// clientId: 'server.code',
20
clientId: 'spa',
21
@@ -35,7 +35,7 @@ To configure your solution for code flow + PKCE you have to set the `responseTyp
35
36
showDebugInformation: true,
37
38
- // Not recommented:
+ // Not recommended:
39
// disablePKCI: true,
40
};
41
```
0 commit comments