Skip to content

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

License

Notifications You must be signed in to change notification settings

simple-login/flask-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Then install the dependencies

pip3 install -r requirements.txt

Run the code

flask run

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages