Security - savvato-software/all_docs GitHub Wiki

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.