djangopython-3.xwagtailgoogle-signinwagtail-pageurl

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


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.


Solution

  • 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.