顯示具有 OAuth 標籤的文章。 顯示所有文章
顯示具有 OAuth 標籤的文章。 顯示所有文章

2020年4月3日 星期五

Customize your own Django authentication decouple with the models.py

For many systems, authentication mechanisms may already exist, especially for systems that are authenticated by an OAuth server.
In this article, I want to customize Django authentication without creating any user model...