Andrea
Andrea
WWasp-lang
Created by Andrea on 10/13/2024 in #đŸ™‹questions
Changing auth social buttons style
This doesn't work for social buttons, only for email auth
11 replies
WWasp-lang
Created by Andrea on 10/13/2024 in #đŸ™‹questions
Changing auth social buttons style
@kapa.ai can I change the colors?
11 replies
WWasp-lang
Created by Andrea on 10/6/2024 in #đŸ™‹questions
Refresh token is null
I had to do this: export const onBeforeOAuthRedirect: OnBeforeOAuthRedirectHook = async ({ url, }) => { return { url: new URL(${url}&prompt=consent&access_type=offline) } }
18 replies
WWasp-lang
Created by Andrea on 10/6/2024 in #đŸ™‹questions
Refresh token is null
Ah I see, thanks! Let me try if I'm able to get it on first login/signup, I'll let you know!
18 replies
WWasp-lang
Created by Andrea on 10/6/2024 in #đŸ™‹questions
Refresh token is null
For more context, the login process works fine, it's juste the refresh token that is missing
18 replies