-
Notifications
You must be signed in to change notification settings - Fork 4
Security
Audra W edited this page Aug 30, 2023
·
1 revision
How security works:
You call the login endpoint (api/public/login), with fields email and password It sends you a response, and in the headers is Authorization.. this is your JWT.
in postman, set this as your 'current-jwt'.
Then you can use the collection correctly.