You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enqueue tokens can now be added when the user should be redirected to the waiting room.
To generate an enqueue token you can use the @queue-it/queue-token NPM module.
The getEnqueueToken method in the connector context provider needs to return the token string.
HttpContextProvider was renamed to ConnectorContextProvider.
There are some changes to how hashing is set up. For more details you can look at the README.md file or this commit