fangli / django-saml2-auth

Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta
Other
504 stars 223 forks source link

Dependency no longer maintained (django-rest-auth) #140

Open steverecio opened 4 years ago

steverecio commented 4 years ago

django-rest-auth dependency is no longer maintained. The new fork is dj-rest-auth.

However, it looks like the dependency requirement is just one function. Might make sense to copy the code for that function directly into this repo to eliminate the dependency altogether.

shakthifuture commented 4 years ago

dj-rest-auth not supported SAML2 authentication, that's different purpose.