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
sub
claim was not added, despite the fact that this is not part of the push standard. To solve this issue, a dummysub
claim of 'emaito:[email protected]' is added to all messages. This will not effect any services already adding thesub
claim manually.