Detecting signup on Authlock

What connections are you using?

If only using a database connection, you can use a Post User Registration Hook to call your backend to create the associated entry.

As Hooks currently only run for database connections, if you’re using a social connection, you could use Rules. For example, first make a GET with the user_id; if no matching user in your database exists, perform a subsequent POST.