Skip to content

v1.2.1

Choose a tag to compare

@vonovak vonovak released this 01 Mar 08:14
· 307 commits to master since this release

This release fixes a sneaky bug: sometimes, the module would reject promises with ASYNC_OP_IN_PROGRESS Cannot set promise. You've called "x" while "y" is already in progress and has not completed yet. Make sure you're not repeatedly calling signInSilently, signIn or revokeAccess from your JS code while the previous call has not completed yet.

This was due to a race condition in our promise handling logic. The issue is now fixed through #623