-
- Downloads
Implementing JWT credentials (a.k.a JWT ID Tokens).
- Not tested end to end yet
Showing
- 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/credentials_test.c 111 additions, 25 deletionstest/core/security/credentials_test.c
- test/core/security/fetch_oauth2.c 1 addition, 1 deletiontest/core/security/fetch_oauth2.c
- test/core/security/json_token_test.c 65 additions, 12 deletionstest/core/security/json_token_test.c
Loading
Please register or sign in to comment