我在前端和后端使用Angular 6,我有Django。我将前端和后端与Django Rest Framework连接起来。我需要使用(Google,Facebook,LinkedIn)实施社交身份验证。现在我正在使用angular-6-social-login。但是我不知道如何在后端实现它。
答案 0 :(得分:0)
使用此软件包https://github.com/RealmTeam/django-rest-framework-social-oauth2
这是Django Rest Framework文档https://www.django-rest-framework.org/api-guide/authentication/#django-oauth-toolkit
中列出的软件包之一。