flask-sentinel
flask-sentinel copied to clipboard
OAuth2 Server bundled as a Flask extension
`flask-oautlib` has been deprecated in favor of [`authlib`](https://github.com/lepture/authlib).
Environment: Python 3.7.6 Eve 1.1 Installed dependencies: ``` setuptools==41.0.1 flask-pymongo==0.5.2 redis==2.10.6 requests-oauthlib==1.1.0 eve==1.1 eve-swagger==0.0.11 Werkzeug==1.0.0 uwsgi==2.0.18 flask-cors==3.0.8 flask-sentinel==0.0.7 ``` ``` Traceback (most recent call last): File "wsgi.py", line 1, in...
In pymongo 3.7.1 the MongoClient no longer accepts a keyword parameter config_prefix. This causes a failure when executing ResourceOwnerPasswordCredentials(app) I am not sure whether pymongo has a replacement for this...
I downloaded flask-sentinel by pip like: ``` $ pip install flask-sentinel ``` When I try to import module, I am getting following error: ``` >>> from flask.ext.sentinel import oauth Traceback...
Everytime I am trying to generate accessToken using `oauth/token` I am getting this error ` 500 Internal Server Error Internal Server Error The server encountered an internal error and was...
Ciao Nicola, I was wondering: is there a way to associate a client_id with a specific endpoint? Example: Tokens created with client_id `d1p4Kg7bS7M90XrseVeHa37lfAGCj8YgicVHlO93` are authorized to request just the `https://api.website.com/people/`...
This project looked really interesting until I read the words "mongodb". This is a blocker for me, but there is a greater issue that is actually worth reporting so here...
It's possible to create users with identical username
Hello, I've been looking to implement this in my API, but there is a great big issue. The code example from "How to" doesn't really work and also flask.ext.sentinel is...