COMMITS
/ topdown/tokens.go August 15, 2024
C
builtins: Marshal JWT encode sign inputs as JSON
Charlie Egan committed
June 19, 2024
J
Bumping golangci-lint to v1.59.1 (#6817)
Johan Fylling committed
May 15, 2023
A
fix: jwt_decode_verify missing iss while required (#5919)
Aleksander Brzozowski committed
October 27, 2022
A
linters: add unconvert (#5318)
Anders Eknert committed
October 11, 2022
P
topdown/builtins: Refactor registration functions and signatures (#5225)
Philip Conrad committed
October 6, 2022
S
topdown/tokens: protect against nistec panics (#5214)
Stephan Renatus committed
September 25, 2022
C
jwt_decode_verify: ensure exp and nbf are numbers when present (#5178)
Charlie Flowers committed
September 15, 2022
P
Add `prealloc` linter check + linter fixes (#5139)
Philip Conrad committed
June 2, 2022
A
Ignore keys of unknown alg when verifying JWTs with JWKS (#4725)
Anders Eknert committed
May 18, 2022
J
Remove use of github.com/pkg/errors (#4696)
Jason Hall committed
August 19, 2021
S
topdown/buitins: io.jwt.encode_sign uses BuiltinContext random source (#3738)
Stephan Renatus committed
May 19, 2021
W
Change check-lint to use golangci-lint (#3465)
Will Beason committed
February 4, 2021
S
topdown/token: use BuiltinContext's time if no time constraint provided (#3114)
Stephan Renatus committed
January 13, 2021
A
OAuth2 JWT bearer grant type and JWT client auth
Anders Eknert committed
July 25, 2020
T
ast: Use pointer receivers with Array.
Teemu Koponen committed
July 24, 2020
T
ast: Introduce Array struct.
Teemu Koponen committed
June 9, 2020
A
Add support for OPA bundle signatures
Ashutosh Narkar committed
May 9, 2020
F
May 7, 2020
F
Add missing jwt verify functions
Frederic committed
February 28, 2020
M
Permit verifying JWT's with a public key
Michael Krotscheck committed
November 26, 2019
P
topdown/tokens: Fix verifying with multi-key JWKS
Patrick East committed
September 5, 2019
T
builtins: Enhance io.jwt.verify_* builtins to accept JWK as a cert parameter.
Teemu Koponen committed
July 10, 2019
R
Add jws encoding built-in functions
repenno committed
May 7, 2019
R
Add jws encoding built-in functions
repenno committed
September 25, 2018
R
Add builtin to verify and decode JWT
Richard Kettlewell committed
August 10, 2018
R
Implement io.jwt.verify_es256
Richard Kettlewell committed
R
Implement io.jwt.verify_ps256
Richard Kettlewell committed
June 1, 2018
H
Add Secret JWT signature verification built-in function
Henri Bouvier committed
June 5, 2018
S
fix misspell
Stephan Renatus committed
March 6, 2018
A
Removed base64.URLEncoding.EncodeToString for header and payload
Ashutosh Narkar committed
March 5, 2018
A
Add RS256 JWT signature verification built-in function
Ashutosh Narkar committed
November 7, 2017
T
Refactor topdown evaluation/unification
Torin Sandall committed
May 23, 2017
M
Add io.jwt.decode builtin
Matthew Mussomele committed