Jonathan Huot

Results 118 comments of Jonathan Huot

Hi, This would be greatly appreciated. Allowing everyone in the street, neightbourg, being able to connect to the volumio is not very cool. I'm still hesitant to use it because...

The usage of `expires_at` is not defined in RFC, so it seems confusion is in the code as well. We can assume it is an int similarly to `expires_in`. Any...

@default-303 : would you mind submitting a PR that we can easily review & discuss ? Thanks in advance!

After reviewing the initial author's intent, it seems @ib-lundgren at https://github.com/oauthlib/oauthlib/commit/ca4811b3087f9d34754d3debf839e247593b8a39 provided a way to access scope changes thru the `OAuth2Token`, and he also added this env var only for...

Your suggestion sounds pretty good! Could you do a PR for that ?

I don't see why it is not compatible with asyncio. Feel free to reopen and provide examples otherwise.

Hi, that's can be useful. Just by curiosity, have you checked if you can override a function instead of changing the kwarg?

Yes you're right, I think this part of the code deserves a refactoring to allow https://github.com/oauthlib/oauthlib/issues/609 , which is essential to progress on the different ways of client authentication.

The Spec is still in draft https://tools.ietf.org/html/draft-ietf-oauth-device-flow-13, but it will be great if anyone start to implement it in oauthlib. PRs are welcomed

As thedrow mention it, we're very reactive in Gitter. You can also have a look on the other grants and see how they are currently implemented. Also note that we...