-
Notifications
You must be signed in to change notification settings - Fork 5
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
User level authentication #13
Comments
Hi @rwa I'd be happy to accept a pull request. Let me know if you have any questions. The user-level authentication didn't exist when I first wrote this library. Reading the docs, it does seem like it should be simple to add. |
Hi @rwa and @campbellr I looked a bit into user level authentication (implicit flow) and it seems that the current library is already compatible, so I don't think a code change is actually necessary. This is a small example (Python 3)
I would be happy to add a MWE to the README of my current PR #14. Let me know! |
Cool. Yes that sounds very useful. |
It looks like this client doesn't support "user level authentication" as described in the smashrun docs. Is that right?
Do you think it would be straightforward to add it? If so I'll take a shot. I am not familiar with OAuth but I think I can figure it out as I go.
https://api.smashrun.com/v1/documentation
The text was updated successfully, but these errors were encountered: