calvh / mooden

A simple tool to track your mood
0 stars 1 forks source link

Add login and register functionality #19

Closed calvh closed 3 years ago

calvh commented 3 years ago

Fix incorrect auth routes Separate token functions into separate module Add frontend login and register logic Modify password creation constraints to be easier Add behavior to automatically redirect to dashboard if refresh token detected in cookie Add and removed some buttons Add CORS to allow cookie testing Add limit dashboard sample data function to 30 days

calvh commented 3 years ago

Closes #16