How to seperate better auth?
I am still in the fase of thinking everything out, but was wondering if you could seperate the auth backend and frontend? So the auth on the backend and the client auth on a sveltekit frontend
3 Replies
You can
How do you go about doing this? I ask because I had a similar issue, and I think it's because I set up the frontend wrong.
Here's an example of backend login with sveltekit 😉