issues
search
GildedHonour
/
frank_jwt
JSON Web Token implementation in Rust.
https://jwt.io
Apache License 2.0
252
stars
47
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add support for unix timestimps in floating form
#68
thacoon
closed
11 months ago
0
Bug: JWT with unix timestamps with a float are detected as expired
#67
thacoon
closed
11 months ago
2
Нужен NFT Программист
#66
Zetor999
closed
2 years ago
4
Fixed ES512 signing and verification.
#65
luctraonmilin
closed
2 years ago
0
How best to decode a JWT signed with one of multiple keys?
#64
D1plo1d
closed
2 years ago
0
Support curves with order size > 256 bit
#63
lukaslihotzki
closed
4 years ago
0
Follow semver
#62
TatriX
closed
4 years ago
4
Release 3.1.2 with bugfixes?
#61
coltfred
closed
5 years ago
1
Fix panic in sign_es if r or s are too short
#60
thomaswhiteway
closed
5 years ago
3
Implement the exp check
#59
JamieCunliffe
closed
5 years ago
0
Feature request: decode without verifying the signature
#58
JMLX42
closed
4 years ago
10
Add lifetime annotation for impl ToKey for &str
#57
botovq
closed
4 years ago
1
ECDSA nistp256 from HEX
#56
Pierozi
closed
5 years ago
2
New release ?
#55
Pierozi
closed
5 years ago
5
Support for reading RSA Keys from JWK
#54
ChetanBhasin
closed
2 years ago
0
Fix ECDSA signatures so they are not ASN.1 DER encoded
#53
dcoles
closed
5 years ago
2
EC routines assume ASN.1 DER encoded signature
#52
dcoles
closed
5 years ago
1
Refactor function &String parameters to &str
#51
vimpunk
closed
5 years ago
4
Add test documentation
#50
apiraino
closed
5 years ago
9
Fix typo in README
#49
apiraino
closed
5 years ago
0
ring or boring_ssl?
#48
GildedHonour
closed
5 years ago
0
Publish new patch version for OpenSSL upgrade
#47
richerarc
closed
5 years ago
0
Version bump for openssl update
#46
koala-kalda
closed
5 years ago
11
Compiler errors due to old 0.9 version of `openssl` crate.
#45
freiguy1
closed
5 years ago
5
Fix, bad error descriptions
#44
jolisper
closed
6 years ago
0
Added std::error::Error impl for jwt error
#43
jolisper
closed
6 years ago
0
Accept tokens and keys as &str
#42
felipenoris
closed
6 years ago
19
update feature status
#41
felipenoris
closed
5 years ago
1
Update openssl crate to version 0.10
#40
exrook
closed
6 years ago
2
Updated rust-openssl dependency to 0.10.x
#39
OtaK
closed
6 years ago
2
Release New Version
#38
jolisper
closed
6 years ago
1
Removed trailing '=' signs from the header and the payload.
#37
o0Ignition0o
closed
6 years ago
1
Removed padding '=' when encoding jwt signatures.
#36
o0Ignition0o
closed
6 years ago
0
use failure crate
#35
mathstuf
closed
6 years ago
4
WIP: Improve api
#34
mathstuf
closed
6 years ago
0
Cleanups
#33
mathstuf
closed
6 years ago
1
gitignore: allow target to be a symlink
#32
mathstuf
closed
6 years ago
0
HS256 generates unexpected token
#31
felipenoris
closed
6 years ago
3
Documentation example didn't compile
#30
WillSquire
closed
2 years ago
1
Allow to decode AsRef<str>, not only &String
#29
ivanovaleksey
closed
6 years ago
1
Remove trailing "=" from tokens
#28
felipenoris
closed
6 years ago
2
Drop time dependency
#27
mati865
closed
6 years ago
0
ToKey implementation for Vec<u8> to avoid convert to String or PathB…
#26
jolisper
closed
6 years ago
0
Added function for validate signature only
#25
jolisper
closed
6 years ago
0
Convert DER formatted JWS to raw format and back
#24
BenjaminWareham
closed
6 years ago
2
Allow type header to be overwritten
#23
BenjaminWareham
closed
6 years ago
0
Misleading ReadMe
#22
seunlanlege
closed
5 years ago
5
Add examples using Algorithm HS256
#21
Julianlg752
closed
6 years ago
1
Use error_chain for error handling
#20
lightdiscord
closed
6 years ago
0
Use error_chain?
#19
lightdiscord
closed
6 years ago
1
Next