Skip to content

v0.10: Merge pull request #10 from rickymoorhouse/jwt

Compare
Choose a tag to compare
@rickymoorhouse rickymoorhouse released this 16 Aug 06:54
· 61 commits to master since this release
f0aa02a

Added support for JWT access token management

    auth:
      key: example
      type: jwt
      url: https://jwt.example.com
      body: '{"client_id":"myclientid","client_secret":"supersecret"}'
      headers:
        content-type: application/json
      field: jwt