Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T07:54:12.000Z (about 3 years ago)
- Last Synced: 2024-04-15T20:51:42.773Z (9 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 10
- 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.