Installation
To install the base library, run the following command:
pip install dj-ninja-auth
This library is fully compatible with allauth
, albeit there are some modifications to work in a REST-ful format.
To include the allauth
library for additional account management and social authentication, run the following command:
pip install "dj-ninja-auth[allauth]"