diff options
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -7,8 +7,12 @@ | |||
7 | - [ ] check the nonce for incoming blocks | 7 | - [ ] check the nonce for incoming blocks |
8 | 8 | ||
9 | ## Authentication | 9 | ## Authentication |
10 | - [ ] pick a user authentication scheme | 10 | - [X] pick a user authentication scheme = [JWT](https://tools.ietf.org/html/rfc7519) Seems perfect |
11 | - [ ] implement it | 11 | - [ ] implement JWT |
12 | - https://blog.logrocket.com/jwt-authentication-in-rust/ | ||
13 | - https://crates.io/crates/jsonwebtoken | ||
14 | - https://jwt.io/introduction/ | ||
15 | - https://jwt.io/#debugger-io | ||
12 | - [ ] users should be able to _sign_ their transactions | 16 | - [ ] users should be able to _sign_ their transactions |
13 | 17 | ||
14 | ## Done & Brag | 18 | ## Done & Brag |