Travel With Code
- 1 Devlogs
- 2 Total hours
Hey everyone,
I created the backend and the UserManager application.
I implemented a few helper functions, e.g. PostgreSQL connection, Argon2 encryption, and JSON Web Token creation and validation.
I created the login API endpoint, so users can log in.
Next, I will implement login in the UserManager app and GitHub token encryption + decryption.