Flask-OAuthRes

OAuth Resource for Flask


License
BSD-3-Clause
Install
pip install Flask-OAuthRes==0.3.0

Documentation

Build Status

Flask OAuth2 Token Validation

This project exposes methods for a protected resource to query an OAuth 2.0 authorization server to determine the active state of an OAuth 2.0 token and to determine additional information about this token.

ref: https://tools.ietf.org/html/rfc7662