https://www.ory.sh/ logo
q

quiet-intern-84955

01/24/2022, 10:23 AM
I have a Next.js frontend and a GraphQL backend (using apollo-server-express) and I’m wondering what the best way to insert a user into my backend’s database is after they register? Do I send a POST request to my backend with the user’s
identity
and then create it from there, or is there a better way of handling it?
b

bulky-architect-22083

01/24/2022, 10:47 AM
Post Registration Webhooks work well for your use case.
q

quiet-intern-84955

01/24/2022, 10:59 AM
Thanks will check it out
👍 1
2 Views