Skip to content

A minimal flask application to which prompts a user to authorize agains Steam's OpenID Service

Notifications You must be signed in to change notification settings

fourcube/minimal-steam-openid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A minimal flask application to which prompts a user to authorize agains Steam's OpenID Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages