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
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,15 @@ Paseto (Platform-Agnostic SEcurity TOkens) is a specification and reference impl
15
15
| :---: | :---: | :---: | :---: |
16
16
|:x:|:x:|:heavy_check_mark:|:heavy_check_mark:|
17
17
18
-
- v2 local authentication (Blake2b and XChaCha20-Poly1305)
19
-
- v2 public authentication (Ed25519 signatures)
20
-
21
-
This implementation doesn't currently support the v1 protocol. However, please note that v1 is recommended only for legacy systems that cannot use modern cryptography.
18
+
This implementation doesn't support the v1 protocol. Please note that v1 should only be used by legacy systems that cannot use modern cryptography.
19
+
20
+
#### Roadmap
21
+
-[x] v2 local authentication (Blake2b and XChaCha20-Poly1305)
22
+
-[x] v2 public authentication (Ed25519 signatures)
23
+
-[ ] Payload processing and registered claims validation
0 commit comments