Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 8bc4703

Browse files
author
Lessa
committed
Adds a comment to decode JWT token to understand what that means
1 parent ca4d3cd commit 8bc4703

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

WebApplication/2_UserManagement/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,3 +197,8 @@ The [/js/config.js](../1_StaticWebHosting/website/js/config.js) file contains se
197197
![Successful login screenshot](../images/successful-login.png)
198198

199199
After you have successfully logged into your web application, you can proceed to the next module, [Serverless Backend](../3_ServerlessBackend).
200+
201+
### Extra
202+
203+
* Try copying the **auth_token** you've received and paste that into an [online JWT Decoder](https://jwt.io/) to understand what this token means for your application
204+

0 commit comments

Comments
 (0)