-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New release #55
Comments
I also want to express gratitude for all this work. I think before a new release happens a lot of work needs to be done on documentation. I'm getting back into coding after a 2 year hiatus and am not exactly an expert on OIDC flows. I am happy to help, but would need someone else to take lead. I am resuming work on a multi-tenant Phoenix app that needs OIDC to be configurable per tenant. Thank you all for developing all of this in the open. @edgurgel3p have you tried pinning the dependency on a specific git ref [1]? @AndrewDryga I also noticed that the Firezone auth adapter for OpenIDConnect has PKCE support [2]. I think that would also be an amazing contribution to this library. How much work do you think it would be to update the docs based on your recent changes? [1] https://hexdocs.pm/mix/1.12.3/Mix.Tasks.Deps.html#module-git-options-git |
@wtcross I ended up forking and I'm using a private hex org because I needed to use The PKCE question wasn't directed to me but from my perspective PKCE, state and nonce (ID token validation) is better done outside this library as it depends on how it's stored by the application. Ueberauth handles |
Hello, thanks for the library. I would, also, like to know if there is a plan in releasing new version? The last version Thanks |
the eef has released their open openid connect library. I would suggest checking that out. |
Oh, thank you very much for the info.. |
Hey team first I would like to show gratitude for the work that has been done on this library specially for the rework done recently by the Firezone team (#50) as many issues were solved.
I've been using the current
master
branch and it has been working quite well but I would love to lock in a specific semver version etc. Is there any plan to release a new version on hex?Thanks in advance
The text was updated successfully, but these errors were encountered: