Skip to content

Commit 22bff17

Browse files
authored
Update 11-authentication.livemd
1 parent 6fa0dc5 commit 22bff17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/11-authentication.livemd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Base64 encoded and cryptographically signed
8080

8181
Tokens, like other authentication credentials, etc. must be protected in transit and at rest.
8282

83-
Why use JWT? For post authentication authorization Can be signed and encrypted -> trust; low overhead; Integrity of information being transmited and non-repudiation; JWT checkers validate token; token belongs to user
83+
Why use JWT? For post authentication authorization Can be signed and encrypted -> trust; low overhead; Integrity of information being transmitted and non-repudiation; JWT checkers validate token; token belongs to user
8484

8585
Expiration /Refresh
8686

0 commit comments

Comments
 (0)