Hey guys, got an issue with react native. Basically, we configured nestjs backend with guidelines for this framework, and web version for react. For some protected api routes we use auth guard, and when making requests from website they work just fine, but in case with react native we get error like this: {"error": {"data": {"claimValidationErrors": [Array], "message": "invalid claim"}, "status": 403}}
Could you please help us to resolve this issue or to point for what we are missing if it is the case?
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).