Skip to content

Releases: NASA-AMMOS/auth-proxy-with-keycloak-flask

v0.1.0 - Initial Release with authN Support Only

26 Aug 22:31
493a1f8

Choose a tag to compare

What's Changed

  • Created internal_request_handler function to reduce redundant code an… by @GodwinShen in #2
  • Use path variable type in new flask_internal_proxy to reduce repeated… by @GodwinShen in #3
  • Remove unnecessary parsing code on wildcard path for slight performan… by @GodwinShen in #4
  • Add check for token expiry and re-factor code for cleanliness by @GodwinShen in #6
  • Add PKCE support to oauth2 endpoint for added security when interacting with KeyCloak server by @GodwinShen in #9
  • Make debug ENV configurable and add gunicorn for deployment by @GodwinShen in #10

New Contributors

Full Changelog: https://github.com/NASA-AMMOS/auth-proxy-with-keycloak-flask/commits/0.1.0