ValueAchooMatthew / inner-machinations

An executable designed to be able to simulate your very own DFA
1 stars 0 forks source link

Create login/registration flow #1

Open ValueAchooMatthew opened 6 months ago

ValueAchooMatthew commented 6 months ago

Previously, I have already created a basic SQL scheme using Tauri commands to store encrypted user data into a MySQL DB. Next, I need to interop with the front end to retrieve user data and register them if they have not made an account before, or give the user a cookie to proceed if they logged in successfully.