aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security/json_token_test.c
Commit message (Expand)AuthorAge
* Core compiles with -Wsign-conversionGravatar Craig Tiller2015-09-10
* clang-format all sourceGravatar Craig Tiller2015-08-18
* Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
* Fixing !strcmp in the tests.Gravatar Julien Boeuf2015-03-09
* Adding refresh token parsingGravatar Julien Boeuf2015-03-09
* strcmp: change all !str[n]cmp to str[n]cmp == 0Gravatar Ronnie Sahlberg2015-03-07
* Introduce slowdown factor for unit test deadlinesGravatar Craig Tiller2015-02-25
* Implementing JWT credentials (a.k.a JWT ID Tokens).Gravatar Julien Boeuf2015-02-19
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Addressing latest comments.Gravatar Nicolas Noble2015-01-28
* Addressing comments.Gravatar Nicolas Noble2015-01-26
* Replacing cJSON with our own code instead.Gravatar Nicolas Noble2015-01-22
* Fix opensource build test.Gravatar ctiller2014-12-19
* 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