Releases: legalthings/authorizer
Releases · legalthings/authorizer
Fix for Guzzle 6+
Clear OpenSSL errors
v0.1.10 Clear openssl error when using openssl functions (#12)
Updated guzzle version constraints
Merge pull request #11 from legalthings/guzzle-constraint Updated guzzle constraint to more flexible versions
Use base64 encoding for tokens
Merge pull request #8 from legalthings/base64-encoded-tokens Encode tokens with base64 instead of utf8
Automatically encode/decode tokens to UTF8
This makes it easier to transfer tokens betweens clients without having to manually encode/decode them.
Fixup namespaces of runtime exceptions
Merge pull request #6 from legalthings/fixup-namespaces Fixup namespaces of runtime exceptions
v0.1.3
Added static option to set private key
Added static option to set private key
v0.1.2 Added static option to set private key
Seperate decryption process from verifying process
v0.1.1 Seperate decryption process from verifying process
v0.1.0
Update README.md