jsonwebtoken/src
Mike Engel d30a7599a8
Add a method to decode a token without signature validation
- Solves #48
- `dangerous_unsafe_decode`
- No docs (aside from cargo) since people probably shouldn't use it
2018-03-13 20:47:43 -06:00
..
crypto.rs default: Better usage of the default Trait 2017-06-13 10:25:21 +02:00
errors.rs Update base64 crate 2017-04-23 14:16:38 +09:00
header.rs Update error-chain and make typ public 2017-09-07 16:46:40 +09:00
lib.rs Add a method to decode a token without signature validation 2018-03-13 20:47:43 -06:00
serialization.rs Make the `TokenData` struct public 2017-07-02 15:49:14 -06:00
validation.rs Make it mandatory to specify algorithm 2017-10-22 13:23:46 +02:00