Skip to content
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

missing grants, production usage #94

Open
froderick opened this issue Dec 16, 2018 · 1 comment
Open

missing grants, production usage #94

froderick opened this issue Dec 16, 2018 · 1 comment

Comments

@froderick
Copy link

Hi,

Unless I'm missing something, it seems that not all the core spec grant types are supported. Are you interested in supporting these, and would you consider a pull request that implements them?

Also, is this implementation in production anywhere? If so, what kind of load has it seen? Have you considered a security audit?

Thanks.

@mgenov
Copy link
Member

mgenov commented Dec 16, 2018

Adding of all grant types will add additional features to the library which is good to have but it should be optionally configurable by the apps. Will be happy to see PR in this direction.

Yes, it's used currently in production in clouWay for our clients. About the load I'm not sure that it's related to the library as the backend implementation of the interfaces takes significant part of the performance. In clouWay we are using the standard environment of google app engine which provides dynamic scaling of the instances and scalable datastore which makes it scalable enough for our needs.

The things are designed with certification in mind and the target is OpenID Connect:
https://openid.net/certification/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants