T3 Stack Theo Tutorial - Next Auth
Hey, I'm about to start the tutorial and just noticed Theo didnt used Next Auth, Isn't it recommended?
Next auth doesnt makes auth easier to handle? Not sure if follow the tutorial because I also wanted to learn how to use it
3 Replies
@dan.mkv
Theo uses clerk in the tutorial
and regarding https://canary.discord.com/channels/966627436387266600/966627439390380064/1153349698330046505, instead of your imports looking like
import Thing from "../../thing"
it it would understand ~/ as beening "from the project root", you can import using import Thing from "~/some/folder/thing"
Ahh great I understand, thanks a lot 🙂