React Native Session Provider
Is there an example anywhere showing how to create a session provider with the Kinde React Native SDK in an expo app?
Here is the Expo docs on how they encourage to use React Context and Route Groups
https://docs.expo.dev/router/reference/authentication/
Would it make sense to use the Kinde React SDK?
Expo Documentation
Authentication in Expo Router
How to implement authentication and protect routes with Expo Router.
2 Replies
Sorry we dont yet, but will ask a team member to check over the URL your provided and see how we could improve our support.
Authentication Flow
You can implement a basic authentication flow using the SDK's methods. Here's a general approach:
Token Storage
The SDK securely stores tokens using expo-secure-store. You can access these tokens like this:
Thank you