LockNote is a simple API that allows users to securely store and manage their notes.
This project was created as an experiment about how to build a REST API using Paseto for authentication and authorization, instead of JWT. Paseto is a specification for secure stateless tokens and serves as a more secure alternative to JWT. This project also uses Zap and Echo as the web framework.
- Create user accounts
- Create, read, update, and delete notes
- Authentication of users using Paseto
LockNote is released under the MIT License. See the LICENSE file for more information.