outerhell
outerhell
TTCTheo's Typesafe Cult
Created by outerhell on 11/27/2023 in #questions
Next-Auth v5 lacking provider authorization params
I'm working with t3-turbo which has next-auth v5 and I'm not able to set authorization params like prompt:"none" in the Provider config, Is it a wip in next-auth part? is there another way to accomplish that?
2 replies
TTCTheo's Typesafe Cult
Created by outerhell on 11/6/2023 in #questions
Error with in expo @ create-t3-turbo
No description
4 replies
TTCTheo's Typesafe Cult
Created by outerhell on 10/19/2023 in #questions
NextAuth pages wrapped in the layout
If I only want to have NextAuth signin page wrapped in my app layout, without modifying the content of it, is it a must to create a custom signin page from scratch?
2 replies
TTCTheo's Typesafe Cult
Created by outerhell on 9/19/2022 in #questions
Avoid overriding last api response
Hey! I'm developing a react app with an input that makes calls to the google books API while you type. The problem is that sometimes there is a response that takes longer than the last fetch and overrides it. I can solve it by increasing the delay time in the debounce function, but it is ugly that it is updated too late, or by sending abort signals that cancel the previous fetch request, but with this, the grid is not updating with the results while I write, so it doesn't looks good. Is there any other approach I can follow?
5 replies