Skip to content

Commit

Permalink
Merge pull request #867 from supertokens/fix/guide-urls
Browse files Browse the repository at this point in the history
Fix unified login guide urls
  • Loading branch information
bcbogdan authored Oct 30, 2024
2 parents 229db03 + b45e90b commit 2239a7c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ If the creation was successful, the API will return a response that looks like t
```

Based on the client creation process we can also infer two additional values that we will need later on:
- `authorizeUrl` corresponds to `^{form_apiDomain}^{form_apiBasePath}oauth/auth`
- `tokenFetchUrl` corresponds to `^{form_apiDomain}^{form_apiBasePath}oauth/token`
- `authorizeUrl` corresponds to `^{form_apiDomain}^{form_apiBasePath}/oauth/auth`
- `tokenFetchUrl` corresponds to `^{form_apiDomain}^{form_apiBasePath}/oauth/token`

:::caution

Expand Down

0 comments on commit 2239a7c

Please sign in to comment.