Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 502 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 502 Bytes

Minimal Flask Implementation using Steam OpenID

Setup using a python virtualenv:

$ virtualenv venv
$ source venv/bin/activate
$ python server.py

Authenticating

Open http://localhost:5000 and click on the "Login with Steam" link. You will be redirected back to http://localhost:5000/authorize after authenticating with your Steam account. The response parameters received from the Steam authentication provider will be displayed.