martini-contrib / oauth2

[not maintained] Allows your Martini application to support user login via an OAuth 2.0 backend.
Apache License 2.0
125 stars 47 forks source link

How would we go about support login via Steam? #17

Closed kidoman closed 10 years ago

kidoman commented 10 years ago

Any pointers would be helpful before I jump into the rabbit hole.

Link: http://steamcommunity.com/dev/

benjojo commented 10 years ago

This library is oauth, Steam SSO uses OpenID.

Infact it says quite clearly

Steam can act as an OpenID provider.

kidoman commented 10 years ago

Oh yea... totally missed that. Thanks for pointing it out.