You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -151,9 +151,9 @@ You can customize the client by using the options below:
151
151
152
152
The SDK mounts 6 routes:
153
153
154
-
1.`/auth/login`: the login route that the user will be redirected to to start a initiate an authentication transaction
155
-
2.`/auth/logout`: the logout route that must be addedto your Auth0 application's Allowed Logout URLs
156
-
3.`/auth/callback`: the callback route that must be addedto your Auth0 application's Allowed Callback URLs
154
+
1.`/auth/login`: the login route that the user will be redirected to to initiate an authentication transaction
155
+
2.`/auth/logout`: the logout route that must be added to your Auth0 application's Allowed Logout URLs
156
+
3.`/auth/callback`: the callback route that must be added to your Auth0 application's Allowed Callback URLs
157
157
4.`/auth/profile`: the route to check the user's session and return their attributes
158
158
5.`/auth/access-token`: the route to check the user's session and return an access token (which will be automatically refreshed if a refresh token is available)
159
159
6.`/auth/backchannel-logout`: the route that will receive a `logout_token` when a configured Back-Channel Logout initiator occurs
@@ -165,7 +165,7 @@ The SDK mounts 6 routes:
165
165
We appreciate feedback and contribution to this repo! Before you get started, please read the following:
166
166
167
167
-[Auth0's general contribution guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md)
168
-
-[Auth0's code of conduct guidelines](https://github.com/auth0/express-openid-connect/blob/master/CODE-OF-CONDUCT.md)
168
+
-[Auth0's code of conduct guidelines](https://github.com/auth0/nextjs-auth0/blob/main/CODE-OF-CONDUCT.md)
@@ -189,5 +189,5 @@ Please do not report security vulnerabilities on the public GitHub issue tracker
189
189
Auth0 is an easy to implement, adaptable authentication and authorization platform. To learn more checkout <ahref="https://auth0.com/why-auth0">Why Auth0?</a>
190
190
</p>
191
191
<palign="center">
192
-
This project is licensed under the MIT license. See the <ahref="https://github.com/auth0/express-openid-connect/blob/master/LICENSE"> LICENSE</a> file for more info.
192
+
This project is licensed under the MIT license. See the <ahref="https://github.com/auth0/nextjs-auth0/blob/main/LICENSE"> LICENSE</a> file for more info.
0 commit comments