Skip to content

komoot/komoot-oauth2-connect-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

komoot-oauth2-connect-example

Example application to connect to komoot via oauth2

To use this demo code you need valid oauth2 credentials. You can apply for them here: https://www.komoot.de/b2b/connect#profileconnect .

Run it locally

  1. (Fork and) clone the project.
  2. Create a python virtual environment virtualenv --distribute -p python3 .env
  3. Activate the virtual environment . .env/bin/activate.fish (for the fish shell) or . .env/bin/activate (bash)
  4. Install dependencies pip install -r requirements.txt
  5. Run the server application python test_client.py --client-id XXX --client-secret YYY
  6. Open your browser http://localhost:5000/ and login with a regular komoot user accout.

About

Example application to connect to komoot via oauth2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages