This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
EWF
Watch
1
Star
0
Fork
0
You've already forked EWF
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
2f2e2067ba074ca31466ffe70d5a718976f6809c
EWF
/
library
/
security
/
jwt
/
src
History
Jocelyn Fiat
498e4a6ec2
Fixed validation of iss and aud when issuer and audience are not set.
2017-09-21 10:46:08 +02:00
..
errors
Now JWT_LOADER takes the alg as argument, to avoid security issue where the lib is taking alg from the header (which may be a bad security weakness).
2017-07-11 23:32:11 +02:00
jws.e
Added possibility to create JWS object with specific algo hs256 or none easily.
2017-06-14 16:26:31 +02:00
jwt_claimset.e
Added simple way to set the issued_at claim value to current UTC date time.
2017-06-14 16:27:24 +02:00
jwt_context.e
…
jwt_encoder.e
Made compilable with EiffelStudio 17.05 and probably before as well.
2017-08-08 15:54:21 +02:00
jwt_error.e
…
jwt_header.e
…
jwt_loader.e
Now JWT_LOADER takes the alg as argument, to avoid security issue where the lib is taking alg from the header (which may be a bad security weakness).
2017-07-11 23:32:11 +02:00
jwt_utilities.e
Made compilable with EiffelStudio 17.05 and probably before as well.
2017-08-08 15:54:21 +02:00
jwt.e
Fixed validation of iss and aud when issuer and audience are not set.
2017-09-21 10:46:08 +02:00