Hi, I have a Native application and I use a passwordless connection, I don’t use an universal login but I call passwordlessWithEmail
and the login
methods provided by the SDK, OTP grant types is enabled but I noticed that when /passwordless/start endpoint is hit it returns
"error" -> "unauthorized_client"
"error_description" -> "Client authentication is required"
And I am not sure why, it can’t even sent the magic link. Any configuration settings I might have missed?