-
Notifications
You must be signed in to change notification settings - Fork 36
Extract JWT(JSON Web Token) for endpoint debugging
Simon Cheng edited this page Mar 16, 2022
·
1 revision
-
start the app from root.
yarn run start:dev -
Log in at http://localhost:3000/auth
-
After logging in, press
f12orCtrl +Shift + I/Cmd + Shift + Ito open the Developer Tools. -
Go to
Application, thenfirebaseLocalStorageand copy the value of the entireaccessToken. Verify the jwt at https://jwt.io/ if needed
-
Go to swagger http://localhost:4200/api/ and paste the value into the Value field.

-
Test on any endpoint that requires authentication to see if the JWT functions correctly.
- Home
-
Repo Documents
- Introduction and Tools
- Project Proposal
- Contributions (Team 3, Team 4)
-
Specifications
- Team 3 Feature Specifications for A2
- Team 4 Feature Specifications for A1
- Tips and Tricks
-
Internal Documentations
-
Team 3 Documentation for A2
- Subteam 1
- Subteam 2
- Subteam 3
- Team 3 Whole Meetings
-
Team 4 Documentation for A1
- Team Agreement
- Meeting Minutes - Front End
- Meeting Minutes - Back End
- Meeting Minutes - Whole Team
- Recordings
-
Team 3 Documentation for A2
- Repository Setup