[Lib] Implement token verification builtins
Open
@wetpeanuts is already working on this.
Since Sep 9, 2025.
help wanted
lib
- Dominant language
- Rust
- Stars
- 346
- Forks
- 75
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 15
Description
- io.jwt.decode
- io.jwt.decode_verify
- io.jwt.verify_es256
- io.jwt.verify_es384
- io.jwt.verify_es512
- io.jwt.verify_hs256
- io.jwt.verify_hs384
- io.jwt.verify_hs512
- io.jwt.verify_ps256
- io.jwt.verify_ps384
- io.jwt.verify_ps512
- io.jwt.verify_rs256
- io.jwt.verify_rs384
- io.jwt.verify_rs512
Ensure that cargo test -r --test opa -- jwtbuiltins jwtdecodeverify jwtverifyhs256 jwtverifyhs384 jwtverifyhs512 jwtverifyrsa passes.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.