colabco / cbld-api

GNU General Public License v3.0
0 stars 0 forks source link

Implement Signup Route #14

Open lululeon opened 1 month ago

lululeon commented 1 month ago

For now, we will handle basic signup with username and password only. This ticket will leverage the lucia auth middleware to receive and process signup information for a new user.

Additionally:

Refs: https://v2.lucia-auth.com/guidebook/sign-in-with-username-and-password/

Acceptance criteria