index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
core
/
security
/
json_token_test.c
Commit message (
Expand
)
Author
Age
*
clang-format all source
Craig Tiller
2015-08-18
*
Introduce a clock type field onto gpr_timespec.
Craig Tiller
2015-07-13
*
Fixing !strcmp in the tests.
Julien Boeuf
2015-03-09
*
Adding refresh token parsing
Julien Boeuf
2015-03-09
*
strcmp: change all !str[n]cmp to str[n]cmp == 0
Ronnie Sahlberg
2015-03-07
*
Introduce slowdown factor for unit test deadlines
Craig Tiller
2015-02-25
*
Implementing JWT credentials (a.k.a JWT ID Tokens).
Julien Boeuf
2015-02-19
*
Add missing new-lines at end of file
Craig Tiller
2015-02-18
*
Update copyright to 2015
Craig Tiller
2015-02-18
*
Addressing latest comments.
Nicolas Noble
2015-01-28
*
Addressing comments.
Nicolas Noble
2015-01-26
*
Replacing cJSON with our own code instead.
Nicolas Noble
2015-01-22
*
Fix opensource build test.
ctiller
2014-12-19
*
Adding JWT generation and signing code for service accounts credentials.
jboeuf
2014-12-16
*
Adding base utils for JWT service account workflow. OpenSSL base64 decoding is
jboeuf
2014-12-12