Skip to content

v0.1.4

Compare
Choose a tag to compare
@evert evert released this 02 Feb 21:48
8763b55
  • When redirecting to the OAuth2 authorize endpoint, this library will now
    use the full path to allow a user to be redirected back to the original
    page. Before this change the query parameters were stripped.
  • Typescript target is now es2019 instead of esnext to ensure that Node v10
    is supported.
  • Switch from tslint to eslint.