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
I briefly looked through the documentation, and I'm tempted. We can abstain from a lot of code that requires refactoring and focus on connectors / storages / middlewares.
Some concerns (but I need to deep dive into the fosite documentation to prove them for myself):
Dex doesn't accept all options, e.g., max_age, login_prompt, login_hint, and it can be hard to integrate them with callback connectors. (Is it possible to customize acceptable options?)
It looks like we will have to refactor the whole storage (what can be a huge breaking change).
Fosite is an OAuth 2.0 and OIDC framework used in Ory Hydra. Let's take a look at it to see if we can use it in Dex and collaborate on it.
It looks promising and it fixes a couple known issues in Dex, but I haven't looked deeply at it.
cc @aeneasr
The text was updated successfully, but these errors were encountered: