authorize: include "kid" in JWT header (#1049)

Fixes #1046
This commit is contained in:
Cuong Manh Le 2020-07-09 12:39:53 +07:00 committed by GitHub
parent 6f3817aee5
commit d40f294586
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 3 deletions

View file

@ -8,6 +8,7 @@
- config: change default log level to INFO @cuonglm [GH-902]
- config: add pass_identity_headers @cuonglm [GH-903]
- authenticate: allow hot reloaded admin users config @cuonglm [GH-984]
- authorize: include "kid" in JWT headers @cuonglm [GH-1046]
### Changes