|
Hey, I'm using this snippet to login from application: When I try to login, I get the message "Every request must have a bearer token in the Authorization header.". Did I miss something? |
Answered by
datamweb
Apr 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


You must first send a request to auth/token as follows:
Then you can access the addresses protected by Tokens Filter with the received code.