AngellusMortis / django_microsoft_auth

Simple app to enable Microsoft Account, Office 365 and Xbox Live authentcation as a Django authentcation backend.
MIT License
137 stars 84 forks source link

Unable to call to-auth-redirect view #445

Open RakeshThirunahari opened 3 years ago

RakeshThirunahari commented 3 years ago

Am using the latest version 2.4.0 following docs. But as mentioned in docs to-auth-redirect view is not accessible. The path not visible even in debug mode. When working with pycharm and installing the package from settings section the version installed is django-microsoft-auth==2.4.0+5.g2c50bcf and with this version am able to access the to-auth-redirect. However when i try to install 2.4.0+5.g2c50bcf instead of 2.4.0 it fails as matching version not found. Please help with to-auth-redirect view. image

Observiert commented 3 years ago

Same for me. Is there a Solution ?

Observiert commented 3 years ago

The Solution for me was to install django-microsoft-auth by downloading it directly from GitHub. Before do pip uninstall django-microsoft-auth

timthedevguy commented 3 years ago

Thank you so much @Observiert , been banging my head on a wall for hours trying to get it to work