Does Wagtail Cms support Google login and user login add session to

1.5k Views Asked by At

Is there is any way to add user login/google login and session in wagtail cms? tried adding projects during. how to implement security for wagtail.

2

There are 2 best solutions below

0
On BEST ANSWER

You can implement this with a Django Social Authentication Plugin. Python Social App - Django is a good plugin to go with: https://github.com/python-social-auth/social-app-django.

6
On

you can definaltly achieve this with djago-all-auth module https://django-allauth.readthedocs.io/en/latest/installation.html