Closed milangupta1 closed 2 years ago
Should we just close this dangling PR?
Should we just close this dangling PR?
I'm keeping it here as a reminder for when I do the next update, I'll probably fix & merge it. If I close it, I'll probably forget about it. Is there an issue in having it open ?
added "invitation" field to handle_request_call.
------------------- from Auth0 docs ---------------------------- Invite organization members When users are invited to join an Organization, they receive an invitation link by email. If they select the link, they are redirected to the configured default login route with invitation-specific parameters appended.
For example, if you have an organization-enabled application with an Application Login URI set to https://myapp.com/login, then the link sent in the email invitation that an end-user receives will be: https://myapp.com/login?invitation={invitation_ticket_id}&organization={organization_id}&organization_name={organization_name}.
Thus, the route in your application must accept invitation and organization parameters through the query string. To start the invitation acceptance transaction, it should forward both parameters along with the end-user to your Auth0 /authorize endpoint.