v0.9.5
Changelog 🗒
[+] Add AesGcm enocding (see #44 for justification)
[+] Add filler sub claim to all tokens, unless the claim is added manually
[+] Add tests for aesgcm
[+] Update documentation to make examples more promenent
[+] Bump to 0.9.5
Bug Fixes 🐜
- FireFox would reject pushes where a
subclaim was not added, despite the fact that this is not part of the push standard. To solve this issue, a dummysubclaim of 'emaito:example@example.com' is added to all messages. This will not effect any services already adding thesubclaim manually.