django authentication without a password

后端 未结 4 1545
既然无缘
既然无缘 2020-12-05 03:13

I\'m using the default authentication system with django, but I\'ve added on an OpenID library, where I can authenticate users via OpenID. What I\'d like to do is log them

4条回答
  •  一整个雨季
    2020-12-05 03:32

    You can easily fix this by creating your own authentication backend and adding it to the AUTHENTICATION_BACKENDS setting.

    There are some OpenID backends available already, so with a bit of searching you could save yourself the trouble of writing one.

提交回复
热议问题