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.
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.