Support OAuth2 JWT tokens for calls to subscribers #644
VladimirIordanov
started this conversation in
Ideas
Replies: 1 comment 6 replies
-
Thanks @VladimirIordanov for suggesting this! I'd love to hear more about how you envision this to work exactly! Is it something like:
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For security reason we require a valid JWT token for all incoming requests to our microservices. According to OAuth2 flow all tokens have the expiration timestamp. So we need to generate the new token if the current is expired. For the moment Svix doesn't support a functionality for generating a token by provided secrets. It would be nice to have such option in Svix "Create Endpoint" API
Beta Was this translation helpful? Give feedback.
All reactions