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

Client credential Grant authorization not possible in authomatic right now ? #136

Open
prakharjoshi opened this issue Jan 22, 2016 · 1 comment
Labels

Comments

@prakharjoshi
Copy link

Right now authomatic doesn't support for client credential grant type of oauth2 authentication, it just support authentication code grant, so I need to authenticate my users using client credential grant type so for doing that what I was thinking is to overwrite the login function of oauth2 class (https://github.com/prakharjoshi/authomatic/blob/master/authomatic/providers/oauth2.py#L280 ) and modify it accordingly so that it can access tokens with only client id and client secrets and no further login for clients. This seems to be one approach to me right now.

Is there any other way to implement client credentials grant using authomatic ? Any ideas ?

@mrichar1
Copy link
Member

After several years of inactivity, authomatic is now under community management, and we have just released a new stable version (1.0.0).

We are now reviewing all issues and PRs and hoping to begin work to solve as many of these as possible.

We are keen to find out which issues still apply, and which PRs are still required/are likely to merge cleanly into the current code. We are aiming to review them all, but any help with prioritisation would be very useful!

If you are still interested in having this issue/PR resolved, or are able to help us work on it, please reply to this message. That way we know which issues are most important to the community.

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

No branches or pull requests

3 participants