Fixing JWT verifier.
- Initializes grpc correctly in the JWT utils. - Make the email mapping work with the new service accounts produced by Google IAM. - Adding check for email issuers where the issuer has to be the subject as well. - Implementing portable version of memrchr.
Showing
- src/core/lib/security/credentials/jwt/jwt_verifier.c 31 additions, 7 deletionssrc/core/lib/security/credentials/jwt/jwt_verifier.c
- src/core/lib/security/credentials/jwt/jwt_verifier.h 3 additions, 2 deletionssrc/core/lib/security/credentials/jwt/jwt_verifier.h
- src/core/lib/support/string.c 11 additions, 0 deletionssrc/core/lib/support/string.c
- src/core/lib/support/string.h 2 additions, 0 deletionssrc/core/lib/support/string.h
- test/core/security/create_jwt.c 2 additions, 0 deletionstest/core/security/create_jwt.c
- test/core/security/jwt_verifier_test.c 54 additions, 0 deletionstest/core/security/jwt_verifier_test.c
- test/core/security/verify_jwt.c 2 additions, 0 deletionstest/core/security/verify_jwt.c
- test/core/support/string_test.c 16 additions, 0 deletionstest/core/support/string_test.c
Loading
Please register or sign in to comment