aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/context
Commit message (Collapse)AuthorAge
* Addressing feedback.Gravatar Julien Boeuf2016-08-25
|
* Adding extension points for security context.Gravatar Julien Boeuf2016-08-23
|
* Make another .h file accessible from C++.Gravatar Mark D. Roth2016-06-20
|
* 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...