Open
Description
Hi, i have been using the library for my api succesfully, now i want also support tokens issued by another platform (azure AD).
So i need to check if the signature of the token is valid for my own issued tokens AND from the other platform.
Is there an easy way to support this?
i already tried using two middlewares to validate with no luck
apiv1.Use(authMiddleware.MiddlewareFunc(), externalTokenValidator.MiddlewareFunc()) {
.....
}
What the best strategy here? create a new middleware and check azure signature there and then call gin-jwt middleware?
Sorry if the question is off-topic.
Metadata
Assignees
Labels
No labels
Activity