- Notifications
You must be signed in to change notification settings - Fork8
Example application to connect to komoot via oauth2
License
NotificationsYou must be signed in to change notification settings
komoot/komoot-oauth2-connect-example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 .
- (Fork and) clone the project.
- Create a python virtual environment
virtualenv --distribute -p python3 .env
- Activate the virtual environment
. .env/bin/activate.fish
(for the fish shell) or. .env/bin/activate
(bash) - Install dependencies
pip install -r requirements.txt
- Run the server application
python test_client.py --client-id XXX --client-secret YYY
- 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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.