Skip to content

Commit 8a38f8a

Browse files
authored
Updated README
1 parent e5a762c commit 8a38f8a

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,15 @@ Paseto (Platform-Agnostic SEcurity TOkens) is a specification and reference impl
1515
| :---: | :---: | :---: | :---: |
1616
| :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
1717

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
24+
- [ ] Key-ID support
25+
- [ ] High-level token creation API
26+
- [ ] API documentation
2227

2328
## Installation
2429

0 commit comments

Comments
 (0)