Merge pull request #641 from jboeuf/jwt_id_token
Implementing JWT credentials (a.k.a JWT ID Tokens).
No related branches found
No related tags found
Showing
- Makefile 33 additions, 1 deletionMakefile
- build.json 14 additions, 0 deletionsbuild.json
- include/grpc/grpc_security.h 8 additions, 0 deletionsinclude/grpc/grpc_security.h
- src/core/security/auth.c 31 additions, 1 deletionsrc/core/security/auth.c
- src/core/security/credentials.c 144 additions, 14 deletionssrc/core/security/credentials.c
- src/core/security/credentials.h 3 additions, 0 deletionssrc/core/security/credentials.h
- src/core/security/json_token.c 22 additions, 12 deletionssrc/core/security/json_token.c
- src/core/security/json_token.h 9 additions, 4 deletionssrc/core/security/json_token.h
- src/core/security/security_context.c 4 additions, 0 deletionssrc/core/security/security_context.c
- src/core/security/security_context.h 6 additions, 0 deletionssrc/core/security/security_context.h
- test/core/security/create_jwt.c 110 additions, 0 deletionstest/core/security/create_jwt.c
- test/core/security/credentials_test.c 111 additions, 25 deletionstest/core/security/credentials_test.c
- test/core/security/fetch_oauth2.c 2 additions, 2 deletionstest/core/security/fetch_oauth2.c
- test/core/security/json_token_test.c 65 additions, 12 deletionstest/core/security/json_token_test.c
- vsprojects/vs2013/Grpc.mak 8 additions, 0 deletionsvsprojects/vs2013/Grpc.mak
Loading
Please register or sign in to comment