Wagtail Cms 是否支持 Google login 和 user login add session to

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

有什么方法可以在 wagtail cms 中添加用户 login/google 登录和会话吗? 期间尝试添加项目。如何为 wagtail 实现安全性。

您可以使用 Django 社交身份验证插件实现此功能。 Python 社交应用程序 - Django 是一个很好的插件:https://github.com/python-social-auth/social-app-django

你绝对可以用 django-allauth 模块实现这个 https://django-allauth.readthedocs.io/en/latest/installation.html