Hello all,
it is not clear to me if there is a way to use Authentication API for password less login (email, with verification code).
I can send a verification code using /passwordless/start but it looks like the verification endpoint oauth/ro is not accessible anymore, even enabling the “password” grant_type.
Is the documentation (Authentication API Explorer) outdated? About oath/ro, the documentation says that the feature is disabled by default which suggests it can be re-enabled but it does not seems so.
Any alternatives to implement a passwordless authentication via verification code? My use case is an Electron application, where the classic flow for web applications does not work.