What gets sent to the callbackUrl from the auth0LockPasswordless component?

I’m trying to implement a passwordless sms auth flow like follows:

User authenticates via auth0-lock → user gets authenticated and recorded in the session (via our backend) → user redirects

My auth0 lock component works and redirects properly, but I’m not sure what gets sent in the request that I can use in my middleware to authenticate the user in my backend. Essentially I need a code from auth0 that I can exchange for a JWT. How do I access that code?

When I print the GET params of the request, it’s empty, so it doesn’t seem to populate anything in the get params.

Hey there!

Sorry for such huge delay in response! We’re doing our best in providing you with best developer support experience out there, but sometimes our bandwidth is not enough comparing to the number of incoming questions.

Wanted to reach out to know if you still require further assistance?