Bitfinity

Results 11 comments of Bitfinity

@jdjodrey Your method has been working quite well for me.

That's how I'm doing it as well. Seems to be how people do it from my research. I haven't experienced any problems in the project.

I think I might be doing it. I might have a few questions as I get into it. I'm not sure if I'll be able to do a complete PR...

Ok - working on it now. The main weird thing is that the grant stuff seems to be handled in ``OAuth2RequestValidator(provider.OAuth2RequestValidator)`` without any specific endpoints - seems to be integrated...

Really having an issue with the Flask_login stuff: Do you mind telling me if this is behavior specific to the old flask-oauth library? ``` def load_user_from_request(request): """ Load user from...

Unfortunately, I don't have time on this project to use authlib. I made an initial attempt which you can see on my forked lib. But I just did the obvious...

I think I got some of it working. There were changes to how the scopes were stored, and I made a few changes to flask login.

I haven't decided between oauth or jwt on my project, but if I implement jwt, I will try to give you a PR.

This really is bad practice. You guys should fork marshmallow, not overwrite it. This is *not* a drop-in replacement for marshmallow - it broke my project (as mentioned above -...

@goodloop 's solution works (at least for ngrok).