-
Notifications
You must be signed in to change notification settings - Fork 69
feature request: jwt support #53
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
Comments
I was looking for the same feature. Browsing the source I think it could be implemented by providing an JWT implementation of oauth2_token_generation. Correct? |
👍 |
I am going to implement this feature in my own project. Would you like me to send you a pull request to add it to this repository, or would it be better suited in oauth2-examples? Or would you rather not have it at all? :) |
I guess it depends based on your approach for implementation. If you go the route of doing it as a oauth2_token_generation and maybe other necessary changes I'd love to see it as a part of this repo, or if applicable as an "add-on" |
Did anything end up happening with this? |
quite curious about this too 👍 |
Hi, I actually got quite a ways into an implementation (https://github.com/credmp/oauth2) I explained it in the following posts: http://www.wiersma.org/2015/04/14/Erlang-OAuth2/ http://www.wiersma.org/2015/04/16/Erlang-OAuth2-Architecture/ Please take a look and see if it is a good starter for your needs. Regards, Arjen |
wow nice documentation :) I'll give it a good read! thanks mate! |
feature request: jwt support
http://www.ietf.org/mail-archive/web/oauth/current/msg14048.html
The text was updated successfully, but these errors were encountered: