Skip to content

Commit 9f2e29d

Browse files
chore: fix incorrect license URL in readme and typos (#1935)
1 parent 611c691 commit 9f2e29d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ You can customize the client by using the options below:
151151

152152
The SDK mounts 6 routes:
153153

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
157157
4. `/auth/profile`: the route to check the user's session and return their attributes
158158
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)
159159
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:
165165
We appreciate feedback and contribution to this repo! Before you get started, please read the following:
166166

167167
- [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)
169169
- [This repo's contribution guide](./CONTRIBUTING.md)
170170

171171
### Raise an issue
@@ -189,5 +189,5 @@ Please do not report security vulnerabilities on the public GitHub issue tracker
189189
Auth0 is an easy to implement, adaptable authentication and authorization platform. To learn more checkout <a href="https://auth0.com/why-auth0">Why Auth0?</a>
190190
</p>
191191
<p align="center">
192-
This project is licensed under the MIT license. See the <a href="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 <a href="https://github.com/auth0/nextjs-auth0/blob/main/LICENSE"> LICENSE</a> file for more info.
193193
</p>

0 commit comments

Comments
 (0)