You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,8 @@ A Gleam implementation of JOSE (JSON Object Signing and Encryption) and COSE (CB
33
33
34
34
My professional opinion as a long-time security engineering practitioner is that you should basically never use these algorithms in a greenfield system. This library was created for the purpose of integrating with existing systems that already use these standards (like ACME or Webauthn).
35
35
36
+
If you just need a simple encrypted token format (e.g. session cookies, short-lived capability tokens), consider [amaro](https://hex.pm/packages/amaro) instead. It provides Fernet and Branca tokens with far fewer footguns than JOSE/COSE.
0 commit comments