Auth0 authentication with passwordless

Viewed 42

I'm trying to write some tests to login to a web app that's using Auth0 with passwordless (magic link is emailed to the user on submitting a form)

I've read the documentation but I can't find anything about how I can authenticate myself using the APIs, both the Cypress and Auth0 docs say to have the password grant type enabled but we don't have that enabled in our app.

The gran permissions we have are:

  • Implicit
  • Authorization Code
  • Refresh Token
  • Client Credentials

Is it even possible for me to authenticate my test user using the APIs so I can then store the session to be reused in the next test?

0 Answers
Related