Adrian

Results 661 comments of Adrian

PKCE support would indeed be great. It's pretty easy to implement - see [here](https://www.oauth.com/oauth2-servers/pkce/authorization-code-exchange/) and [here](https://www.oauth.com/playground/authorization-code-with-pkce.html) for example.

That tip was super useful - it made "Go to symbol in workspace" much faster as well (and I was always annoyed by the rather poor performance of that command...

You can't install this kind of documentation using `pip` like you can with `httpie`... just like you can't install a manpage with pip

changing switches in a cli is a terrible idea, even in a major release. you just don't do something like that.

maybe it could do things like git and display a man page instead of dumping so much to stdout directly?

https://github.com/idan/oauthlib/blob/master/oauthlib/oauth2/rfc6749/tokens.py#L196 is probably the culprit. The file uses `unicode_literals`, but headers should be bytes, not unicode. In my case (with Flask-OAuthlib) I simply subclassed `OAuthRemoteApp` and fixed it in `http_request`:...

@gajus could we please get an updated release that is compatible with the latest css-loader? :/

> Or would you expect the ability for a user to type input with physical or in-app keyboard to do the same? Yes, that's indeed what I had in mind....

Since I just got reminded of this issue thanks to the (very interesting!) comment, another idea regarding this came to my mind: > Or would you expect the ability for...

Sure, but it's easy to detect whether it's copy&paste or actual typing.