t3-oss / create-t3-turbo

Clean and simple starter repo using the T3 Stack along with Expo React Native
https://turbo.t3.gg
MIT License
4.46k stars 376 forks source link

feat: easier local experience / quickstart without external services #1107

Open juliusmarminge opened 1 month ago

juliusmarminge commented 1 month ago

Should be easier to get up and running without requiring external services

Ref: https://x.com/zeeg/status/1812988031118213600?s=46&t=Uy_Hg1WWwsYDe1YleBLsaA

noxify commented 1 month ago

not sure if it's relevant, but if need a local oauth server, then https://github.com/axa-group/oauth2-mock-server could help.

We're using it internally for our automated E2E tests and it works fine.

If you want, I can provide some snippets.

juliusmarminge commented 1 month ago

Sure! We can also maybe provide a credentials provider 🤔

hamswaldenkv commented 1 month ago

Sure! We can also maybe provide a credentials provider 🤔

Urgently needed !

necmettindev commented 1 month ago

@juliusmarminge maybe we can go with jwt instead of session token. (it's a big bottleneck for high traffic)