Replies: 1 comment
-
Do not use path "all", use a regular expression:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hello! Mediamtx version 1.12.3
I'm trying to enable jwt authentication and I can't figure out why I can't access the token.
What should be the response from the server authJWTJWKS?
Config:
Currently, I'm forming a signature like this:
Then, make request with "Authorization: Bearer" (api, hls, webrtc - all return 401)
You can check the signature - it contains the necessary data. What did I miss? Why is it not working?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions