Authenticating Row Data via URL Parameter
Hey y'all I have an app that I'm trying to create the below functionality for:
- An authenticated user selects an option to share or giveaway data of a row attributed to themselves.
- This generates a link with a sharingToken parameter in the URL.
- Authenticated and anonymous users can access this link to view and claim the row data on the app screen (Web and Native).
4a. An authenticated user can claim the row data.
4b. An unauthenticated user is prompted to create an account and then claim the row data.