fastapi/fastapi/security
Sebastián Ramírez 7391056daf
Add OAuth2 scopes with SecurityScopes, upgrade Security (#141)
*  Upgrade OAuth2 Security with scopes handling

* 📝 Update Security tutorial with OAuth2 and JWT

*  Add tutorial code for OAuth2 with scopes (and JWT)

*  Add tests for tutorial/OAuth2 with scopes

* 🐛 Fix security_scopes type declaration

*  Add docs and tests for SecurityScopes
2019-04-09 23:29:04 +04:00
..
__init__.py Add OAuth2 scopes with SecurityScopes, upgrade Security (#141) 2019-04-09 23:29:04 +04:00
api_key.py Add auto_error to security utils (#134) 2019-04-03 15:44:52 +04:00
base.py Update parameter names and order 2018-12-07 19:12:16 +04:00
http.py Add auto_error to security utils (#134) 2019-04-03 15:44:52 +04:00
oauth2.py Add OAuth2 scopes with SecurityScopes, upgrade Security (#141) 2019-04-09 23:29:04 +04:00
open_id_connect_url.py Add auto_error to security utils (#134) 2019-04-03 15:44:52 +04:00
utils.py 🎨 Add missing type definition 2018-12-28 20:39:04 +04:00