Open byteplow opened 2 years ago
a webhook also dose not work. As the webhook dose not know the invite token
it might be possible to extract the users session and xsrf token. And then request the session, to get the id.
this requires the session hook to be configured for all login methods. This is might be ok. It's probably the configuration I'm aiming for anyways.
expected behavior
After a successful the registration should, make the new user as invited by the invite create.
actual behavior
This is not possible as the new user is marked by its id. The id is not known at the point of the proxy receiving the valid response.