Skip to content

Releases: sergiodxa/remix-auth-oauth2

v2.1.0

29 May 18:17
Compare
Choose a tag to compare

What's Changed

New Features

  • Add support for revoking a refresh token by @ponko2 in #91

Bug Fixes

  • Fix missing codeChallengeMethod & authenticateWith by @sergiodxa in #95

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

17 May 23:43
Compare
Choose a tag to compare

What's Changed

New Features

  • Use Oslo to implement OAuth2 logic instead of doing it myself
  • Use MSW to mock the /tokens requests
  • Use Bun as package manager and test runner
  • Output only ESM code
  • Allow users to re-authenticate
  • Don't use crypto-js anymore
  • Support PKCE
  • Add support for scopes option
  • Bumps minimum Node required version to v18
  • Use Biome instead of ESLint and Prettier

By @sergiodxa in #89

Other Changes

Full Changelog: v1.11.2...v2.0.0

v1.11.2

16 Mar 05:10
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: v1.11.1...v1.11.2

v1.11.1

19 Dec 21:46
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Other Changes

New Contributors

Full Changelog: v1.11.0...v1.11.1

v1.11.0

06 Oct 04:59
Compare
Choose a tag to compare

What's Changed

New Features

  • Add configuration option for scope attribute by @Zenith00 in #64

Full Changelog: v1.10.0...v1.11.0

v1.10.0

03 Oct 22:30
Compare
Choose a tag to compare

What's Changed

New Features

Other Changes

New Contributors

Full Changelog: v1.9.0...v1.10.0

v1.9.0

31 Aug 21:25
Compare
Choose a tag to compare

What's Changed

New Features

Other Changes

  • Add homepage and repository to package.json by @runjak in #59

New Contributors

Full Changelog: v1.8.0...v1.9.0

v1.8.0

24 Jul 23:33
Compare
Choose a tag to compare

What's Changed

New Features

Other Changes

Full Changelog: v1.7.0...v1.8.0

v1.7.0

28 May 03:16
Compare
Choose a tag to compare

What's Changed

New Features

  • Make fetchAccessToken protected instead of private by @rossipedia in #55

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

27 Jan 16:31
Compare
Choose a tag to compare

What's Changed

New Features

  • Allow Basic authentication header by @omlie in #36

Other Changes

New Contributors

  • @omlie made their first contribution in #36

Full Changelog: v1.5.0...v1.6.0