feat: add authentication token
Add an authentication token to proxied requests which mirrors the authentication token passed to backends by the "real" gateway. Closes #2
Showing
- README.md 19 additions, 0 deletionsREADME.md
- api_gateway_emulator/__init__.py 45 additions, 2 deletionsapi_gateway_emulator/__init__.py
- api_gateway_emulator/jwt.py 94 additions, 0 deletionsapi_gateway_emulator/jwt.py
- api_gateway_emulator/reverseproxy.py 3 additions, 0 deletionsapi_gateway_emulator/reverseproxy.py
- docker-compose.yaml 2 additions, 0 deletionsdocker-compose.yaml
- poetry.lock 237 additions, 27 deletionspoetry.lock
- pyproject.toml 2 additions, 0 deletionspyproject.toml
Loading
Please register or sign in to comment