aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/credentials/jwt/json_token.c
Commit message (Collapse)AuthorAge
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* clang-formatGravatar Craig Tiller2017-03-31
|
* Reinstate one check, fix fall outGravatar Craig Tiller2017-03-30
|
* removed codegen/byte_buffer.hGravatar David Garcia Quintas2016-07-27
|
* clang-formatGravatar Julien Boeuf2016-05-10
|
* Refactoring the core security code.Gravatar Julien Boeuf2016-05-04
As opposed to a flat directory, we now have the following structure: - security -context - credentials - composite - fake - google_default - iam - jwt - oauth2 - plugin - ssl - transport - util We have not refactored the test code yet but this PR is already large enough...