Metadata for magic link

Hello everyone,

I’m currently working on implementing a passwordless authentication flow as described in the Auth0 documentation:

I have a specific use case where I need to save metadata during the authentication process. Here’s the scenario:

Use Case Example: A user is invited by two people to join a repository on GitHub. After accepting the invitation, I need to track who sent the invitation to link the user to the correct repository.

Is there a way to save this metadata within the passwordless authentication flow? Any guidance or suggestions on how to achieve this would be greatly appreciated.

Thank you!