flask-openid icon indicating copy to clipboard operation
flask-openid copied to clipboard

Improper handle of login (assoc_type) error

Open pandoraxcc opened this issue 1 year ago • 0 comments

Hello,

I've been trying to use oid.try_login method to login user using Steam's openid but got the following error:

raise KeyError((namespace, key))

KeyError ('http://specs.openid.net/auth/2.0', 'assoc_type')

pandoraxcc avatar Nov 18 '24 17:11 pandoraxcc