jonericcook
jonericcook
Explore posts from servers
KKinde
Created by jonericcook on 7/2/2024 in #💻┃support
Stripe integration
Do you guys have an estimate for when you'll release stripe integration? I know you guys had Q2 on the website and now you have 2024
7 replies
KKinde
Created by Masini on 5/14/2024 in #💻┃support
React Native SDK: Android Login not working
Do I need different call back urls for android? The app works on my physical iOS device and simulator with env vars I have set so I’m confused why Android hangs
16 replies
KKinde
Created by Masini on 5/14/2024 in #💻┃support
React Native SDK: Android Login not working
This is happening to me right now. When I tap the sign in button on the kinde page while on a physical Android device and sim I just see the spinner on the button and nothing happens.
16 replies
KKinde
Created by Chepe on 7/31/2024 in #💻┃support
React Native Expo-secure-storage
do you know if there will be an announcement for when the above package is ready for prime time?
9 replies
KKinde
Created by Chepe on 7/31/2024 in #💻┃support
React Native Expo-secure-storage
@Chepe i think it's this? https://www.npmjs.com/package/@kinde/expo Yea @Daniel_Kinde ?
9 replies
KKinde
Created by jonericcook on 7/10/2024 in #💻┃support
Token Expire time not changing
Hi @Oli - Kinde are there any developments on this?
11 replies
KKinde
Created by jonericcook on 7/11/2024 in #💻┃support
React Native Session Provider
Thank you
3 replies
KKinde
Created by jonericcook on 7/10/2024 in #💻┃support
Token Expire time not changing
11 replies
KKinde
Created by jonericcook on 7/10/2024 in #💻┃support
Token Expire time not changing
Thank you
11 replies
KKinde
Created by jonericcook on 7/10/2024 in #💻┃support
Token Expire time not changing
Thank you
11 replies
KKinde
Created by jonericcook on 7/10/2024 in #💻┃support
Token Expire time not changing
@Oli - Kinde could you please also ask your react native expo expert about this guy too? https://discord.com/channels/1070212618549219328/1260596382570647604
11 replies
KKinde
Created by jonericcook on 7/2/2024 in #💻┃support
Stripe integration
@Daniel_Kinde When someone is subscribed will there be an attribute on the user object that will reflect that? This user object in particular const {user} = useKindeAuth();
7 replies
KKinde
Created by jonericcook on 7/2/2024 in #💻┃support
Stripe integration
Hell yeah!
7 replies
KKinde
Created by jonericcook on 5/23/2024 in #💻┃support
Kinde SDK offline PWA
Thank you for the information. I was hoping to my app infrastructure be as simple as possible. I was hoping to only have you guys as my backend and since all the main app logic revolves around video stuff that can be done locally. Do you guys offer the JWT functionality you mentioned?
14 replies
KKinde
Created by jonericcook on 5/23/2024 in #💻┃support
Kinde SDK offline PWA
I learned about a limitation with browsers that is now forcing me into a react native app and electronjs app
14 replies
KKinde
Created by jonericcook on 5/23/2024 in #💻┃support
Kinde SDK offline PWA
but i guess nothing is stopping the user from finding the public key in my codebase and changing it to their own and signing their own jwt
14 replies
KKinde
Created by jonericcook on 5/23/2024 in #💻┃support
Kinde SDK offline PWA
@Oli - Kinde I was reading your react sdk docs https://docs.kinde.com/developer-tools/sdks/frontend/react-sdk/#call-your-api and was wondering if it's possible to have a react app (so frontend only) and then have you guys as my backend (for the bulk of my app all the logic is done locally and not on a server)? The app i want to make only has the following logic: a user signup and signout, recurring billing (going to use what you will offer soon) and video editing related functionality. I want to make it an offline first PWA. Obviously if the user wants to signup and input their credit card they will need to be online but the video editing logic can be used while offline. The idea of using react on the front end, you guys on the backend and storing a JWT that will expire in 24 hours https://docs.kinde.com/developer-tools/sdks/frontend/react-sdk/#token-storage-in-the-authentication-state in an httpOnly cookie at my custom domain seems like a good idea? I do want to protect against the user being able to signup for an account, inputing their credit card, paying for a month of service, when the month end nears they cancel the subscription but since they have the PWA installed they are able to still use it even if they havent paid. I am curious if the JWT that will expire in 24 hours will protect against this. I thought about the concept of you guys providing a JWT that is signed and then my react front end app has the public key to verify the jwt.
14 replies
KKinde
Created by jonericcook on 5/23/2024 in #💻┃support
Kinde SDK offline PWA
Would nextjs still work if I want to do a SPA and treat you guys as my backend? I’m thinking about using sveltkit and using its SPA https://kit.svelte.dev/docs/single-page-apps ability. Would I then just need to use your typescript SDK?
14 replies
KKinde
Created by jonericcook on 5/23/2024 in #💻┃support
Kinde SDK offline PWA
I haven’t chosen the framework yet - you guys are going to be a some what large piece of my app - I’ll be using your user auth and stripe integration for user subscriptions
14 replies
KKinde
Created by jonericcook on 5/23/2024 in #💻┃support
Kinde SDK offline PWA
@Oli - Kinde JavaScript via nextjs, react or svelte
14 replies