OpenID Connect middleware #164
simongottschlag
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hello and thank you for your interest in Goyave! Your middleware looks very useful! I think it could be awesome to have stronger authentication mechanics for Goyave. If you need any help or guidance about how you could implement it, don't hesitate to ask me. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Cool project! 😊
I've been building a generic OIDC middleware for go http frameworks: https://github.com/XenitAB/go-oidc-middleware
It's built to easily integrate with OpenID Providers like Azure AD, Okta, Auth0, Cognito etc. Handling discovery and validation of the JWTs.
Do you think it would provide any benefit to goyave if I created a middleware for it as well?
Beta Was this translation helpful? Give feedback.
All reactions