pydude

Results 2 issues of pydude

My url: `path("rest-auth/", include("rest_auth.urls"))` When i request password reset with this endpoitn: http://127.0.0.1:8000/rest-auth/password/reset/ it sends me an email with an url which is working well to reset password but i...

I am implementing `SSO` with `SAML2` but i am going through trouble. I am using these lib: https://github.com/OTA-Insight/djangosaml2idp https://github.com/IdentityPython/djangosaml2 The `SP` is working well, there issue with the `idp` This...