We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
need to implement an oauth2 provider for the api.
will probably use flask-oauthlib
see here for an example
before this can happen, #23 needs to be complete
The text was updated successfully, but these errors were encountered:
b50a014
reopening this because it looks like flask_oauthlib does support the resource owner credentials flow/grant type (called password): https://github.com/lepture/flask-oauthlib/blob/master/tests/oauth2/test_oauth2.py#L159
password
Sorry, something went wrong.
closed via a0bfd73
No branches or pull requests
need to implement an oauth2 provider for the api.
will probably use flask-oauthlib
see here for an example
before this can happen, #23 needs to be complete
The text was updated successfully, but these errors were encountered: