Thimo_o
Explore posts from serversHow do I setup App router + TRPC + Lucia Auth? (protected routes)
I'm trying to setup tRPC with Lucia in app router but I struggle to make protected routes work.
I made a trpc context where I put lucia session and a getDefaultSession function to get the session
I wrote a isAuth function to make the protected procedure
and added it in my route.ts handler
But the session is not passed into ctx resulting in always getting the unauthorized error. Does someone know what I did wrong to make this work?
7 replies
TTCTheo's Typesafe Cult
•Created by Thimo_o on 7/21/2023 in #questions
nextauth google provider not properly creating account
2 replies
TTCTheo's Typesafe Cult
•Created by Thimo_o on 6/13/2023 in #questions
Nextauth add data to user that tries to sign up
I have my frontend where a user can signup to the website. For signing up they get a team number and a participant ID. When the user tries to login I want to add this data to my user. If the user tries to login without a valid team number/participantID then I want to block signing in in the nextauth callback.
The issue I face is that the user needs to exist in my DB before I can review if he is provided the correct information and i can't access the team number or participantID in the signin callback.
Do you know how I can make this work?
3 replies
TTCTheo's Typesafe Cult
•Created by Thimo_o on 5/17/2023 in #questions
Fetch request in server action not working
2 replies
DTDrizzle Team
•Created by Thimo_o on 5/9/2023 in #help
Is drizzle fully framework agnostic?
I saw a lot of people use drizzle in NextJS, but i didn't find a lot of information about usage in frameworks like Nuxt 3 or Sveltekit. Are there things that need to be done diffrently depending on the framework?
4 replies
TTCTheo's Typesafe Cult
•Created by Thimo_o on 3/31/2023 in #questions
ThreeJS with Create T3 app
Hello,
I have seen this repository that combines nextjs with react three fiber:
https://github.com/pmndrs/react-three-next
but I was wondering if someone made a template/starter project that combines CT3A with react three fiber
2 replies
TTCTheo's Typesafe Cult
•Created by Thimo_o on 3/18/2023 in #questions
Tailwind vscode extension not working
Does anyone else have had the same problem where the vscode extension is not doing anything?
I tried botha default Next 13 app and the ct3a project. Both on windows and wsl2 it doesn't seem to wanna work
6 replies