Integrate Rownd instant accounts and authentication into your Django-backed project.
rownd-django
package to your dependencies. In requirements.txt
,
this would look like:
settings.py
file.
REST_FRAMEWORK
settings.
settings.py
file. You
can obtain these from the Rownd dashboard. These
credentials enable the Rownd authentication backend to communicate with the
Rownd API.
settings.py
while developing locally without HTTPS connections enabled. Without this setting, the
Google One Tap iframe will not load correctly due to a missing Referrer header.
session_authenticator
in your urls.py
file.
csrftoken
cookie and update your settings to enable the CSRF protection. You can find more information
on the csrftoken
cookie here.