NickReese
03/10/2023, 11:26 AMnext
and expo
universal app. Basically the concept is that the same app runs on nextjs
and react native
. Truly write once and have 80%
code usage across both your app and your website.
Long story short auth is often the hardest part of getting this stack working. This week I went down the rabbit hole and wrote a single supertokens
client that can be shared between both react native
and nextjs
.
Only thing left to figure out is a token refresh strategy.
Anyways, I was curious if anyone in the community was interested in the code or if the supertokens core team (@rp_st) wanted to do a PR on the t3-turbo
(https://github.com/t3-oss/create-t3-turbo) repo or the create-universal-app
(https://github.com/chen-rn/CUA) repo as these communities are dying to have a cross platform open source way to do auth.
I've got the code packaged up, a 10 min video overview made, and it is ready to share... I'm just massively burnt out from OSS and I believe supertokens has the best financial incentive to maintain the codebase.
Feel free to DM me if interested.robschilder
08/10/2023, 9:00 PMredbar0n_
11/02/2023, 12:28 PM