Join Slack
Powered by
Hello Team, How to extract value from mutator jwt...
# talk-oathkeeper
c
creamy-horse-34159
04/26/2023, 11:48 AM
Hello Team, How to extract value from mutator jwt token in backend ? How to use this "
http://oathkeeper:4456/.well-known/jwks.json
" ? Thank
m
magnificent-energy-493
04/26/2023, 2:46 PM
Hello
@creamy-horse-34159
See the gpt answer here and let me know if that answers your question 😄
https://ory-community.slack.com/archives/C0522079BS5/p1682510115958229?thread_ts=1682510030.507739&cid=C0522079BS5
c
creamy-horse-34159
04/27/2023, 2:52 PM
Getting error message every time : Token validation failed: JsonWebTokenError: invalid token
creamy-horse-34159
04/27/2023, 3:10 PM
Working fine now.
m
magnificent-energy-493
04/28/2023, 7:56 AM
@creamy-horse-34159
What was the issue and how did you fix it?
c
creamy-horse-34159
05/03/2023, 10:23 AM
Resolve by this line - req?.headers?.authorization.split(' ')[1];
2
Views
Open in Slack
Previous
Next