This website requires JavaScript.
Explore
Help
Sign in
michael
/
jsonwebtoken
Archived
Watch
1
Star
0
Fork
You've already forked jsonwebtoken
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-10-15
. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
master
jsonwebtoken
/
src
History
Download ZIP
Download TAR.GZ
Exact
Exact
Union
Michael Pfaff
4d8679a53b
cargo fmt
2022-03-06 12:27:27 -05:00
..
crypto
removed unnecessary conversions (
#180
)
2022-02-02 22:10:11 +01:00
pem
Add types for JWK/JWKS based on biscuit (
#195
)
2022-02-02 22:10:11 +01:00
algorithms.rs
Add types for JWK/JWKS based on biscuit (
#195
)
2022-02-02 22:10:11 +01:00
decoding.rs
Remove no_verify feature flag in favor of cfg(target_arch)
2022-03-06 12:11:22 -05:00
encoding.rs
Add default feature use_pem
2022-02-02 22:10:11 +01:00
errors.rs
Remove no_verify feature flag in favor of cfg(target_arch)
2022-03-06 12:11:22 -05:00
header.rs
Add support for x5t#S256 header (
#203
)
2022-02-02 22:10:11 +01:00
jwk.rs
Add support for x5t#S256 header (
#203
)
2022-02-02 22:10:11 +01:00
lib.rs
Add default feature use_pem
2022-02-02 22:10:11 +01:00
serialization.rs
Improve deserialization performance around validation and its tests (
#202
)
2022-02-02 22:10:11 +01:00
validation.rs
cargo fmt
2022-03-06 12:27:27 -05:00