added SSO support using Python Social Auth including custom backend for EF Identity

This commit is contained in:
Jenny Danzmayr 2024-09-10 00:37:45 +02:00
parent 42da0ffa27
commit 09b2375d79
10 changed files with 119 additions and 9 deletions

2
src/requirements/sso.txt Normal file
View file

@ -0,0 +1,2 @@
social-auth-app-django==5.4.2
social-auth-core==4.5.4