I am using
@kinde/expo
0.2.0,
react-native
0.76.6 and
expo
52.0.27 (basically fresh toy app started in expo on Jan 20 2025).
On android simulator I get a
No discovery document
error and on ios simulator I get:
Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). The authorization server MAY return an HTTP 401 (Unauthorized) status code to indicate which HTTP authentication schemes are supported. If the client attempted to authenticate via the \"Authorization\" request header field, the authorization server MUST respond with an HTTP 401 (Unauthorized) status code and include the \"WWW-Authenticate\" response header field matching the authentication scheme used by the client.
More info: Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method).", "success": false}
I earlier tried the
@kinde-oss/react-native-sdk-0-7x
but it fails likely because it doesn't use
expo-storage
instead of the native keychain which is unsupported in expo.
Any suggestion on how to use Kinde with Expo apps?