Shahriyar
Shahriyar
TTCTheo's Typesafe Cult
Created by Dosha on 8/21/2023 in #questions
how to make it possible to have "_webhooks" as route name
try it and see
3 replies
TTCTheo's Typesafe Cult
Created by Shahriyar on 2/25/2023 in #questions
Will next-auth fetch the account information from API every-time I page refreshes or changes?
Can I use the module lru-cache on the fetchGuilds method to do it?
20 replies
TTCTheo's Typesafe Cult
Created by Shahriyar on 2/25/2023 in #questions
Will next-auth fetch the account information from API every-time I page refreshes or changes?
So where do I fetch the guilds
20 replies
TTCTheo's Typesafe Cult
Created by Shahriyar on 2/25/2023 in #questions
Will next-auth fetch the account information from API every-time I page refreshes or changes?
so it will return the old token
20 replies
TTCTheo's Typesafe Cult
Created by Shahriyar on 2/25/2023 in #questions
Will next-auth fetch the account information from API every-time I page refreshes or changes?
On next jwt call account and user is not present so the code inside it will never get called untill log out and log in
20 replies
TTCTheo's Typesafe Cult
Created by Shahriyar on 2/25/2023 in #questions
Will next-auth fetch the account information from API every-time I page refreshes or changes?
from what I knew,
if (account && user) {

}
if (account && user) {

}
Makes it only execute on the first sign in
20 replies