cercio
cercio
BABetter Auth
Created by cercio on 12/29/2024 in #help
Expo session with google OAuth
You face the same problem ?
7 replies
BABetter Auth
Created by cercio on 12/29/2024 in #help
Expo session with google OAuth
Hey, i don't have tried again but i can get back to you soon, i need to try it again with latest update.
7 replies
BABetter Auth
Created by cercio on 12/29/2024 in #help
Expo session with google OAuth
Still not...
7 replies
BABetter Auth
Created by Bart ⚡ on 1/5/2025 in #help
Expo - can't login with social provider
Did you have to sign-in 2 times to have session.data ?
11 replies
BABetter Auth
Created by Bart ⚡ on 1/5/2025 in #help
Expo - can't login with social provider
Check this : #Issues with expo and generic oauth provider Related : #Expo session with google OAuth
11 replies
BABetter Auth
Created by cercio on 12/28/2024 in #help
TypeError: Response body object should not be disturbed or locked
Keep me in touch if you find workaround / tips for the nestJS implementation as i'm writting the doc
19 replies
BABetter Auth
Created by cercio on 12/28/2024 in #help
TypeError: Response body object should not be disturbed or locked
Nice workaround for the bodyParser, for the decorator and session i didn't investigate more than the stup for now so i can't help you here
19 replies
BABetter Auth
Created by cercio on 12/28/2024 in #help
TypeError: Response body object should not be disturbed or locked
here it is : https://github.com/Gaetandrt/nestjs-better-auth-exemple @Tivot @David (zyzer) 🚀 I have setup better-auth and its working but i have not experience it a lot for now. There maybe is a better way to do it. Don't forget to disable bodyParser. I have done it globally as a work around but if you find a way to disable it only for the better auth root, its better.
const app = await NestFactory.create(AppModule, {
bodyParser: false,
});
const app = await NestFactory.create(AppModule, {
bodyParser: false,
});
19 replies
BABetter Auth
Created by cercio on 12/28/2024 in #help
TypeError: Response body object should not be disturbed or locked
Im returning from vacation, sending you this asap 👍
19 replies
BABetter Auth
Created by cercio on 12/28/2024 in #help
TypeError: Response body object should not be disturbed or locked
For now, do you want my repo ?
19 replies
BABetter Auth
Created by cercio on 12/28/2024 in #help
TypeError: Response body object should not be disturbed or locked
Hi ! Working on it, i keep you in touch soon
19 replies
BABetter Auth
Created by cercio on 12/28/2024 in #help
TypeError: Response body object should not be disturbed or locked
Okay i will start to document my implementation 👍
19 replies
BABetter Auth
Created by cercio on 12/28/2024 in #help
TypeError: Response body object should not be disturbed or locked
If you need documentation or source code on nestJS implementation, i can provide you some stuff as much as i can 🙂
19 replies
BABetter Auth
Created by cercio on 12/28/2024 in #help
TypeError: Response body object should not be disturbed or locked
const app = await NestFactory.create(AppModule, {
bodyParser: false
})
const app = await NestFactory.create(AppModule, {
bodyParser: false
})
Just have to disable bodyParser, globally or on a specific root with middleware.
19 replies
BABetter Auth
Created by cercio on 12/28/2024 in #help
TypeError: Response body object should not be disturbed or locked
Worked like a charm, thanks you so much
19 replies
BABetter Auth
Created by cercio on 12/28/2024 in #help
TypeError: Response body object should not be disturbed or locked
Ok i will investigate, thanks you !
19 replies