Skip to content
Snippets Groups Projects
Select Git revision
  • bf4f933108c903b2d7756e4f736f23e88fa2bbfe
  • master default protected
  • nd-uwsgi-rewrite
  • timeout
  • v0.2.1 protected
  • v0.2.0 protected
  • v0.1.1 protected
  • v0.1.0 protected
8 results

testapp

  • Clone with SSH
  • Clone with HTTPS
  • Julian Rother's avatar
    Julian authored
    93fcccb1
    History
    Name Last commit Last update
    ..
    README.md
    nginx.conf
    testapp.py
    1. Setup uffd to run on http://localhost:5001 and add the following line to the OAUTH2_CLIENTS config variable: 'test': {'client_secret': 'testsecret', 'redirect_uris': ['http://localhost:5004/oauthproxy/callback']},
    2. Start the oauthproxy app on http://localhost:5002: python3 ../app.py
    3. Start the test app on http://localhost:5003: python3 testapp.py
    4. Start nginx: nginx -c nginx.conf -p .
    5. Open http://localhost:5004/test