0
我正在嘗試使用django-social-auth來創建OpenId日誌,並試圖使其與Steam一起使用。事情是,Steam的系統只是使用claims_id給你一個64位散列,然後用它來獲得使用另一個API的信息。我的問題是:我如何使用django-social-auth獲取claims_id?django-social-auth獲取聲明的ID
我正在嘗試使用django-social-auth來創建OpenId日誌,並試圖使其與Steam一起使用。事情是,Steam的系統只是使用claims_id給你一個64位散列,然後用它來獲得使用另一個API的信息。我的問題是:我如何使用django-social-auth獲取claims_id?django-social-auth獲取聲明的ID
最後,聲明的ID作爲uid保存在social_auth記錄中。