How to build a secure Django single signon between different sites?

前端 未结 3 1780
北海茫月
北海茫月 2020-12-08 12:20

I want to integrate my Django web application with other web based products (most likely 3rd party non-django applications.) How can I let other sites sign in their users t

3条回答
  •  爱一瞬间的悲伤
    2020-12-08 12:22

    http://openid.net/

    There are other possibilities, but I wouldn't sweat over them because OpenID is used by lots of people and is the largest one of its kind.

提交回复
热议问题