Skip to content

Commit 7fe81a0

Browse files
committed
Fix an instance of unnecessarily gendered language
The gender of the user doesn't matter.
1 parent b6cf969 commit 7fe81a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/md/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ If you want to play with JWT and put these concepts into practice, you can use [
9393
![JWT.IO Debugger](https://cdn.auth0.com/blog/legacy-app-auth/legacy-app-auth-5.png)
9494

9595
## How do JSON Web Tokens work?
96-
In authentication, when the user successfully logs in using his credentials, a JSON Web Token will be returned and must be saved locally (typically in local storage, but cookies can be also used), instead of the traditional approach of creating a session in the server and returning a cookie.
96+
In authentication, when the user successfully logs in using their credentials, a JSON Web Token will be returned and must be saved locally (typically in local storage, but cookies can be also used), instead of the traditional approach of creating a session in the server and returning a cookie.
9797

9898
Whenever the user wants to access a protected route or resource, the user agent should send the JWT, typically in the **Authorization** header using the **Bearer** schema. The content of the header should look like the following:
9999

0 commit comments

Comments
 (0)