Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用带有 Social-Auth 的 Facebook 登录,但我如何要求用户登录才能访问某些视图/模板?我可以像使用 django 的用户应用程序一样使用 user_required 吗?
Django-social-auth 扩展了内置的身份验证系统。只需使用 @login_required 作为装饰器,或者您喜欢的任何普通 Django 机制。