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

https://github.com/simple-login/flask-example

An example of a Flask application that implements "Login with SimpleLogin"
https://github.com/simple-login/flask-example

flask simplelogin

Last synced: 11 months ago
JSON representation

An example of a Flask application that implements "Login with SimpleLogin"

Awesome Lists containing this project

README

          

# SimpleLogin Flask Example

An example of a Flask application that implements "Login with SimpleLogin"

To run the app, please set the env variables for your SimpleLogin App

```bash
export CLIENT_ID={your_app_id}
export CLIENT_SECRET={your_app_secret}
```

Then install the dependencies

```bash
pip3 install -r requirements.txt
```

Run the code

```bash
flask run
```

Now if you open http://localhost:5000, you should be able to login with SimpleLogin!