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?
Authorization: Bearer {token}
Authorization: Bearer {token}
in http headers doesn't work with idToken or accessToken