Skip to content

v0.21.4 Release

Compare
Choose a tag to compare
@ganigeorgiev ganigeorgiev released this 27 Jul 09:05
· 2 commits to master since this release
  • Fixed the requestKey handling in authWithOAuth2({...}) to allow manually cancelling the entire OAuth2 pending request flow using pb.cancelRequest(requestKey).
    Due to the window.close caveats note that the OAuth2 popup window may still remain open depending on which stage of the OAuth2 flow the cancellation has been invoked.