Hi there,
I have created an organization in my Auth0 management console.
I’m using React Auth0 library to integrate our front end.
I understand that when the user logs in, I should pass the organization ID as the login options.
However, when the user logs out, I’m getting “Authorization request parameter organization must be an organization id”.
I got the logout function by doing const { logout } = useAuth0()
.
Looking at the documentation & source code, I can’t see a way to pass organization parameter into the logout function.
Can someone point me to the correct direction?