How to create auth for both admins and users for different parts of an app in sveltekit
Hi all,
Working on an app which will support end users and site admins as well...I want to be able to have pages on the "front of the front" where end users can authenticate and do stuff, but I also have a "back of the front" (dashboard) where site admins will be able to authenticate and do stuff as well (more stuff and better stuff)
...not sure how to go about doing something like that...I'm working with SvelteKit on this project...
Any info or advice is much appreciated
Working on an app which will support end users and site admins as well...I want to be able to have pages on the "front of the front" where end users can authenticate and do stuff, but I also have a "back of the front" (dashboard) where site admins will be able to authenticate and do stuff as well (more stuff and better stuff)
...not sure how to go about doing something like that...I'm working with SvelteKit on this project...
Any info or advice is much appreciated