https://github.com/fourcube/minimal-steam-openid
A minimal flask application to which prompts a user to authorize agains Steam's OpenID Service
https://github.com/fourcube/minimal-steam-openid
Last synced: 3 months ago
JSON representation
A minimal flask application to which prompts a user to authorize agains Steam's OpenID Service
- Host: GitHub
- URL: https://github.com/fourcube/minimal-steam-openid
- Owner: fourcube
- Created: 2016-05-31T14:27:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T07:54:12.000Z (over 3 years ago)
- Last Synced: 2025-03-28T06:51:11.019Z (4 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal Flask Implementation using Steam OpenID
Setup using a python `virtualenv`:
```bash
$ virtualenv venv
$ source venv/bin/activate
$ python server.py
```## Authenticating
Open [http://localhost:5000](http://localhost:5000) and click on the "Login with Steam" link. You will be redirected back to [http://localhost:5000/authorize](http://localhost:5000) after authenticating with your Steam account. The response parameters received from the Steam authentication provider will be displayed.