Replies: 2 comments
-
This should be discussed in the Auth0Strategy repository as it's specific of Auth0 and not related to Remix Auth core. But also I doubt this Auth0 feature is part of OAuth2 or OIDC flows. I think it you should just create a route in your Remix app, grab those search params and hit Auth0 API to accept the invite. |
Beta Was this translation helpful? Give feedback.
-
Ah sorry for the wrong place! I just followed the github create question flow and it ended up here - but I might have got lost along the way. |
Beta Was this translation helpful? Give feedback.
-
Auth0 supports invitations - where I can add a user to a organisation - they get an email and they can set their password themselves.
The invitation url looks like
https://0.0.0.0:8788/?invitation={foo}&organization={bar}&organization_name={baz}
.I'm not quite sure how to implement this with
remix-auth-auth0
however, and scratching my head a little. Is this a thing that's supported?Thanks so much, Ollie
Beta Was this translation helpful? Give feedback.
All reactions