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

Releases: adambrgmn/react-oauth-flow

v1.2.0

29 Aug 06:07
Compare
Choose a tag to compare

1.2.0 (2018-08-29)

Features

v1.1.2

15 Aug 22:03
ddbed5d
Compare
Choose a tag to compare

1.1.2 (2018-08-15)

v1.1.1

05 Apr 08:06
Compare
Choose a tag to compare

1.1.1 (2018-04-05)

Bug Fixes

  • Remove use of User-Agent header (b1808c2), closes #19

v1.1.0

11 Dec 15:56
df48017
Compare
Choose a tag to compare

1.1.0 (2017-12-11)

Bug Fixes

  • utils.fetch2: Rewrite and rename fetch to fetch2 (e1f243d), closes #2
  • utils.fetch2: Skip test due to failing on CI (75dce7d)

Features

  • OauthReceiver: Accept app name to provide as User-Agent header in token request (2c9dd62), closes #15

v1.0.2

11 Dec 12:29
Compare
Choose a tag to compare

1.0.2 (2017-12-11)

Bug Fixes

  • utils.fetch2: Rewrite and rename fetch to fetch2 (008983b), closes #2
  • utils.fetch2: Skip test due to failing on CI (ce2622d)

v1.0.1

07 Dec 14:52
033e533
Compare
Choose a tag to compare

1.0.1 (2017-12-07)

Bug Fixes

  • OauthReceiver: Fix code not being provided on token call (baf34b0), closes #7
  • Fix stringifying state (d7f2ec5), closes #9

v1.0.0

06 Dec 13:31
b243405
Compare
Choose a tag to compare

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