colabco / cbld-api

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

Implement Logout route #16

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 a logout request

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

Acceptance criteria