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

How to integrate this Authentication for the Application views #441

Closed Sunag3 closed 3 years ago

Sunag3 commented 3 years ago

This package is working fine, The Microsoft authentication is there in admin login, but i want that in the views which we will write in the application, how can i use this to authenticate my views

AngellusMortis commented 3 years ago

Admin login is designed to be an example. Look at the code and make your own form else where to allow login.

Feel free to make a PR with more docs if you to make more docs.