Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.