ajermaky
ajermaky
The initial TTL fetch for the `set` method was getting the default TTL set in the options. This is because a call to `_getTTL` was made after encrypting the session...
Added request content logging and updated the README to fix issue #6
Hi! I wanted to propose that a 4.7.2 release be done to address some of the security issues that are present in 4.7.1. I believe main branch has already resolved...
We can currently change the precision of timestamps getting serialized by modifying `TimePrecision` [here](https://github.com/golang-jwt/jwt/blob/main/types.go#L18). However we are running into an issue where we have to serialize/validate different jwt tokens of...