Skip to content

1.2.6

Compare
Choose a tag to compare
@frwiqueueit frwiqueueit released this 31 Aug 13:42
· 21 commits to master since this release

Release note

Bugfixes

  • Only remove 'queueittoken' (via 302) if trigger matches 'queue' action.
    Some integrations have a page matching and ignore action. On this page AJAX calls are made to queue protected endpoints.
    When user returns from queue (triggered by AJAX call), then queueittoken would be removed without user getting a valid cookie (because it matched the ignore action). Now, tokens will only be removed on queue actions (so we are sure user either has or will get a cookie).