Questions tagged [auth0-actions]

2 questions
0
votes
0 answers

Trying to implement auth0 to handle users authorization and authentication

I’m a newbie and working on a healthcare app where users can register or login as either a healthcare provider or recipient. The project has been divided into two, backend(nodejs) and frontend(reactjs). I’m trying to make sure that users only…
0
votes
1 answer

In Auth0, how do I pass information back to the Action in a redirect request flow?

I'm using a post-login action to gather some information on first login with Auth0. Their documentation shows that I should use the api.sendUserTo() method to return a user to the frontend, gather the information then send it back. It's not…
thclark
  • 4,784
  • 3
  • 39
  • 65