Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 656 Bytes

details.rst

File metadata and controls

26 lines (19 loc) · 656 Bytes

Views code and details

Generic

Generic views are intended to use in a "batteries included" fashion to protect own views with OAuth2 authentication and Scopes handling.

oauth2_provider.views.generic

Mixins

These views are mainly for internal use, but advanced users may use them as basic components to customize OAuth2 logic inside their Django applications.

oauth2_provider.views.mixins

Base

Views needed to implement the main OAuth2 authorization flows supported by Django OAuth Toolkit.

oauth2_provider.views.base