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"
- Host: GitHub
- URL: https://github.com/simple-login/flask-example
- Owner: simple-login
- License: mit
- Created: 2019-08-18T21:40:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T21:50:15.000Z (almost 7 years ago)
- Last Synced: 2025-06-13T04:26:47.856Z (about 1 year ago)
- Topics: flask, simplelogin
- Language: Python
- Size: 1.95 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!