jsonwebtoken/tests
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
..
lib.rs Add a method to decode a token without signature validation 2018-03-13 20:47:43 -06:00
notes.md RSA working 2017-04-11 12:41:21 +09:00
private_rsa_key.der Work on RSA 2017-04-11 12:40:55 +09:00
private_rsa_key.pem Work on RSA 2017-04-11 12:40:55 +09:00
public_rsa_key.der RSA working 2017-04-11 12:41:21 +09:00
public_rsa_key.pem Work on RSA 2017-04-11 12:40:55 +09:00
rsa.rs Make it mandatory to specify algorithm 2017-10-22 13:23:46 +02:00