aboutsummaryrefslogtreecommitdiff
path: root/go/jwt
AgeCommit message (Expand)Author
2023-07-12Add test example in go that exports a public JWK set.juerg
2023-07-12Remove outdated TODO.juerg
2023-07-10Add documentation marks to JWT tests in golang.juerg
2023-06-07Rename h to handle in primitive factories.juerg
2023-05-31Allocate the exact amount of memory needed for the slice.juerg
2023-05-25Allocate string array of the correct size.juerg
2023-04-28Encode integers as integers in JWT payload.juerg
2023-04-12Add jwt.IsExpirationErr function in golang.juerg
2023-03-23Update JWT signature example in golang.juerg
2022-11-03Use tinkerror.Fail() in hardcoded key template functions.ckl
2022-11-02Make error returned by JWT verification in Golang more descriptive.juerg
2022-09-23Standardize inline comments in Tink Go.cinlin
2022-09-20Fix RSA non deterministic testfelobato
2022-08-30JWT PSS Key Self Testfelobato
2022-08-30JWT RSA PKCS1 Key Self Testfelobato
2022-08-25JWT RSA SSA PSS Key Templatesfelobato
2022-08-25JWT RSA SSA PSS JWK Converterfelobato
2022-08-25Register JWT RSA SSA PSS Key Managersfelobato
2022-08-23Add JWT RSA SSA PKCS1 to cross language testing.felobato
2022-08-23JWT RSA SSA PKCS1 Key Templatesfelobato
2022-08-23JWK RSA SSA PKCS1 Converterfelobato
2022-08-23Register JWT RSA SSA PKCS1 Key Managerfelobato
2022-08-18JWT RSA-SSA-PSS Signer Key Managerfelobato
2022-08-17JWT RSA SSA PKCS1 Signer Key Managerfelobato
2022-08-15JWT RSA-SSA-PSS Verifier Key Managerfelobato
2022-08-12JWT RSA PKCS1 Verifier Key Managerfelobato
2022-07-28Properly mark ExpectedAudiences as deprecated.juerg
2022-07-28Replace usages of "ExpectedAudiences" with "ExpectedAudience".juerg
2022-07-27Rename "ExpectedAudiences" to ExpectedAudience" in ValidatorOpts.juerg
2022-07-27Implement Go JWT examples.ckl
2022-05-16Make JWT HMAC key validation stricter in Golang.juerg
2022-05-10Fix copyright notice.cinlin
2022-04-06Fix error messages in jwt_key_templates_test.go.juerg
2022-03-18Fix spelling in JWT key templates test.cinlin
2022-03-17Use go_naming_convention=import_alias.juerg
2022-03-04Make JWT golang package visiblefelobato
2022-03-02Merge go/jwt test targets.juerg
2022-02-18Export public keyset handles as JWK Setsfelobato
2022-02-18JWK Converterfelobato
2022-02-16Rename go WORKSPACE and generate all go BUILD.bazel files with gazelle.juerg
2022-02-15Add a method in RawJWT and VerifiedJWT to get custom claim namesfelobato
2022-02-15JWT ECDSA Key Templatesfelobato
2022-02-15JWT Signer/Verifier Factoryfelobato
2022-02-14JWT ECDSA Signer Key Managerfelobato
2022-02-10JWT ECDSA Verifier Key Managerfelobato
2022-02-08Make NewVerifiedJWT privatefelobato
2022-02-08JWT Signer/Verifier With KIDfelobato
2022-02-07JWT Signer/Verifier Interfacefelobato
2022-02-07JWT HMAC Key Templatesfelobato
2022-02-07Fix string formatting and rephrase error for JWT MAC factoryfelobato