mdtro 08fa7bf5b5 fix(examples): escape html output (#34867) 2 years ago
..
oauth2_consumer_implicit 6f0531a9d3 Add basic OAuth2 provider (#4164) 7 years ago
oauth2_consumer_webserver 08fa7bf5b5 fix(examples): escape html output (#34867) 2 years ago
README.md 9d99eaefc9 oauth: overhaul authorization flow 7 years ago

README.md

Webserver

  1. Setup an API application
  2. Add http://127.0.0.1:5000/authorized as an Authorized Redirect URI
  3. Launch the service:

    BASE_URL=http://dev.getsentry.net:8000 \ CLIENT_ID=XXX \ CLIENT_SECRET=XXX \ python app.py