Skip to content

lakinwecker/lichess-oauth-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Step 1: Make .env file

make a .env file with the following contents:

LICHESS_CLIENT_ID="lichess-oauth-flask"
SECRET_KEY="{ secure random key for flask sessions }"

Step 2: Run the App

run the app:

python app.py

Step 3: Load the URL

load this url in your browser: http://127.0.0.1:5000/

Step 4: ???

???

Step 5: Profit

profit

About

Simple app with oauth and lichess in flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages