Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@slok slok released this 10 Dec 13:32
d66482e

v0.4.0 - 2022-12-10

Added

  • client_id now will be returned as a header, by default in X-Ext-Auth-Client-Id header.
  • Add --client-id-header CMD flag to customize the header that will be returned with the authenticated client.
  • Add --request-method-header cmd flag to customize the header that will be checked to get the original request method, by default the one that Nginx uses: X-Original-Method.
  • Add --request-url-header cmd flag to customize the header that will be checked to get the original request method, by default the one that Nginx uses: X-Original-URL.