Replies: 1 comment
-
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
-
I'm writing JSON api with authorization and I have to refresh jwt tokens on each request and sent them back with response, so I'd like to have a fairing which will do it. Or should this part of application logic be handled by Responder?
Beta Was this translation helpful? Give feedback.
All reactions