icflorescu / trpc-sveltekit-example

A sample SvelteKit application built to illustrate the usage of ✨ trpc-sveltekit.
https://icflorescu.github.io/trpc-sveltekit
ISC License
136 stars 18 forks source link

adding authentication #7

Closed demetrius-mp closed 1 year ago

demetrius-mp commented 2 years ago

i remember having a lot of trouble to add auth in my app using this library (because of the cookies). i was able to get it to work, but after the recent sveltekit update (which removed the session store) im having a lot of trouble to get it to work

it would be nice to showcase authentication via cookies in this example

icflorescu commented 1 year ago

Done in the latest version.