django-rest-auth/dj_rest_auth/registration
Yeh Yen-Ke effd621dc1
Update serializers.py (#172)
pass id_token to tokens_to_parse
2020-11-23 22:51:50 -06:00
..
__init__.py Renames project to dj-rest-auth 2020-02-29 17:59:38 -06:00
app_settings.py use import_callable() to correctly import classes in REST_AUTH_REGISTER_PERMISSION_CLASSES 2020-08-21 01:02:09 +02:00
serializers.py Update serializers.py (#172) 2020-11-23 22:51:50 -06:00
urls.py switch to using path() and re_path() instead of deprecated url() 2020-08-08 01:59:23 +02:00
views.py do token generation only when allauth_settings.EMAIL_VERIFICATION is not set to 'MANDATORY' 2020-07-09 10:53:41 +02:00