-
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? |
Beta Was this translation helpful? Give feedback.
Answered by
datamweb
Apr 20, 2023
Replies: 1 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. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
datamweb
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.