aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/json_token.c
Commit message (Expand)AuthorAge
* use int64toa for tv_secGravatar Jan Tattermusch2015-12-07
* Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
* Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-10
|\
| * More flexible default google creds.Gravatar Julien Boeuf2015-07-07
* | clang-format changed filesGravatar Craig Tiller2015-07-06
* | Introduce multiple clocks to GPRGravatar Craig Tiller2015-07-01
|/
* Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
* Adding refresh token parsingGravatar Julien Boeuf2015-03-09
* strcmp: change all !str[n]cmp to str[n]cmp == 0Gravatar Ronnie Sahlberg2015-03-07
* Implementing JWT credentials (a.k.a JWT ID Tokens).Gravatar Julien Boeuf2015-02-19
* Fixing sprintf and a few other things.Gravatar Julien Boeuf2015-02-18
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Re-enabling errors on warning, disabling unused parameter warning, and fixing...Gravatar Nicolas "Pixel" Noble2015-01-30
* Merge pull request #168 from nicolasnoble/jsonGravatar Craig Tiller2015-01-29
|\
* | Cleaning up some code.Gravatar Nicolas "Pixel" Noble2015-01-29
| * Addressing latest comments.Gravatar Nicolas Noble2015-01-28
| * Fixing a few typos.Gravatar Nicolas Noble2015-01-26
| * Addressing comments.Gravatar Nicolas Noble2015-01-26
| * Merge branch 'master' of github.com:google/grpc into jsonGravatar Nicolas Noble2015-01-26
| |\ | |/ |/|
* | Move string.h to internal codeGravatar Craig Tiller2015-01-23
| * Replacing cJSON with our own code instead.Gravatar Nicolas Noble2015-01-22
|/
* Adding support for service account credentials.Gravatar jboeuf2014-12-29
* Adding JWT generation and signing code for service accounts credentials.Gravatar jboeuf2014-12-16
* Adding base utils for JWT service account workflow. OpenSSL base64 decoding isGravatar jboeuf2014-12-12