You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
At this point in time the user must setup their own certificate chain to verify tokens produced by the auth-poc-service. This is not very secure as a lot of deployment probably use the built in certificates.
Describe the solution you'd like
Refactor the jwt_security decorator to use the dynamically retrieved configuration and certificates used in issue #310
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
At this point in time the user must setup their own certificate chain to verify tokens produced by the
auth-poc-service
. This is not very secure as a lot of deployment probably use the built in certificates.Describe the solution you'd like
Refactor the
jwt_security
decorator to use the dynamically retrieved configuration and certificates used in issue #310The text was updated successfully, but these errors were encountered: