create-t3-turbo icon indicating copy to clipboard operation
create-t3-turbo copied to clipboard

feat: easier local experience / quickstart without external services

Open juliusmarminge opened this issue 1 year ago • 5 comments

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

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

juliusmarminge avatar Jul 15 '24 23:07 juliusmarminge

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.

noxify avatar Jul 16 '24 10:07 noxify

Sure! We can also maybe provide a credentials provider 🤔

juliusmarminge avatar Jul 16 '24 10:07 juliusmarminge

Sure! We can also maybe provide a credentials provider 🤔

Urgently needed !

hamswaldenkv avatar Jul 18 '24 10:07 hamswaldenkv

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

necmettindev avatar Jul 20 '24 19:07 necmettindev

Would be awesome if there was a bare skeleton option, just to be able to easily get up and running expo inside turborepo (since it's not easy to do with expo-router and pnpm)

JovanJevtic avatar Oct 05 '24 20:10 JovanJevtic