Authenticating API calls with Kinde
I have a react native app and a backend NextJS app both running Kinde.
How to authenticate API calls from the app to the backend to authenticate a user?
How to authenticate API calls from the app to the backend to authenticate a user?
Authorization: Bearer {token} in http headers doesn't work with idToken or accessToken