Releases: sayomaki/reallydangerous
Releases · sayomaki/reallydangerous
reallydangerous v2.1.1
reallydangerous v2.1.0
- Allow almost any hashing/digest method supported by nodeJS crypto module
- Update and improve test modules
- Default to default secret if secret parameter is not provided
- Add web-safe Base64 encoder/decoder
- Some general fixes for syntax and usage
reallydangerous v2.0.0
- Rewrote entire library to have similar structure to the python itsdangerous module
- Signature output is now similar to the python itsdangerous module (you are able to check with the same key and payload)
- Added epoch support to further reduce the size of the signature
reallydangerous v1.1.0
- Entire source in single file
- Supports only NodeJS due to usage of Buffers
- Timestamp signer
- Uses number instead of string for timestamp to reduce length
- Strips trailing "=" automatically
- Web-safe format (convert "+" to "-" and "/" to "_")