-
Notifications
You must be signed in to change notification settings - Fork 45
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
JWT support #66
Comments
Hello, just curious, I was checking the provided oauth microservice and I do see you guys are using Cheers! |
Hi @KingDarBoja! Thanks for your recommendation! 👍 We create the oauth MS with flask-jwt because it works with PyJWT, but we don't saw that flask-jwt has no maintenance. If someone want to create this service could be like # 62: The metrics with prometheus in python has got libraries with flask implementation with no maintenance and we create a similar implementation like these |
I am interested on such thing but need some time to know more about this project along with its dependencies. Is there any gitter where you guys chatting and also answer question for newcomers? |
No, but it's good idea 😄 See #80 |
hey I am interested to know about this issue, can we use flask-jwt or flask-jwt-extended for this service |
Hey can I work on this , I think we can use flask jwt extended which is relatively much better maintained and up-to date compared to flask-jwt . I would like to send the PR in the oauth micro service repository |
It's a great Idea @DiptoChakrabarty :) Flask JWT Extended is more mantained than Flask JWT! 👍 |
Create a service to support JWT like https://github.com/python-microservices/oauth
The text was updated successfully, but these errors were encountered: