eve-oauth2
eve-oauth2 copied to clipboard
Example of a Eve powered API secured with Flask-Sentinel
Results
2
eve-oauth2 issues
Sort by
recently updated
recently updated
newest added
I was trying to run this example and received a few errors: 1) in run.py had to change "from flask.**ext**.sentinel " to ``` from flask_sentinel import ResourceOwnerPasswordCredentials, oauth ``` 2)...