Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

v1.0.0

Compare
Choose a tag to compare
@adambrgmn adambrgmn released this 06 Dec 13:31
· 36 commits to master since this release
b243405

1.0.0 (2017-12-06)

Bug Fixes

  • createOauthFlow: Fix parsing error (7c8bb41)
  • Add state as arg in onAuthSuccess (33b6988)
  • OauthReceiver: Fix querystring wrongly being required (6034b6b), closes #3
  • OauthSender: Fix missing response_type parameter (3a55f94), closes #1
  • Remove baseUrl in favor of authorizeUrl and tokenUrl (48d77a6), closes #4
  • Skip async functions (ddec213)

Features

  • Add prop-types (2cd189a)
  • Strip flow types (a827722)
  • OauthReceiver: Add additional args to token request (231983f)

BREAKING CHANGES

  • Remove props baseUrl, authorizeEndpoint and tokenEndpoint in favor of more explicit
    authorizeUrl and tokenUrl