Skip to content

Releases: sergiodxa/remix-auth

v3.7.0

30 May 17:32
Compare
Choose a tag to compare

What's Changed

Documentation Changes

  • Update example imports in README by @vm in #251
  • Update README.md and Fix Errors handling section example by @aliabdy in #256
  • Update Types in readme code snippets by @shyamlohar in #260
  • Fix import from remix-auth-oauth2 in README by @penx in #268
  • Use LoaderFunctionArgs and ActionFunctionArgs instead in jsdoc by @fzn0x in #282
  • Fix JSDoc @default for throwOnError by @mw10013 in #264

New Features

Other Changes

New Contributors

Full Changelog: v3.6.0...v3.7.0

v3.6.0

02 Oct 03:36
Compare
Choose a tag to compare

What's Changed

New Features

Bug Fixes

  • Resolved CI Linter and Unit and Integration Tests failures by @aydrian in #246

Other Changes

  • Update Github Action Workflows to use Node 18 by @aydrian in #247

New Contributors

Full Changelog: v3.5.1...v3.6.0

v3.5.1

15 Aug 21:05
Compare
Choose a tag to compare

What's Changed

Bug Fixes

New Contributors

Full Changelog: v3.5.0...v3.5.1

v3.5.0

03 Jul 21:23
Compare
Choose a tag to compare

What's Changed

New Features

New Contributors

Full Changelog: v3.4.0...v3.5.0

v3.4.0

25 Nov 16:37
Compare
Choose a tag to compare

What's Changed

Documentation Changes

  • Use ActionArgs/LoaderArgs instead of ActionFunction/LoaderFunction by @MichaelDeBoey in #196

New Features

  • Keep original error in AuthorizationError#cause by @sergiodxa in #204

New Contributors

Full Changelog: v3.3.0...v3.4.0

v3.3.0

13 Sep 19:46
Compare
Choose a tag to compare

What's Changed

Documentation Changes

New Features

Bug Fixes

Other Changes

New Contributors

Full Changelog: v3.2.2...v3.3.0

v3.2.2

11 May 17:48
Compare
Choose a tag to compare

What's Changed

Documentation Changes

New Features

New Contributors

Full Changelog: v3.2.1...v3.2.2

v3.2.1

05 Jan 23:37
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Ensure sessionSomething properties in Authenticator are not typed as undefined by @sergiodxa in #119

Full Changelog: v3.2.0...v3.2.1

v3.2.0

05 Jan 23:25
Compare
Choose a tag to compare

What's Changed

New Features

  • Set the strategy name in session after success with redirect by @sergiodxa in #117
  • Add logout method to the authenticator by @sergiodxa in #118

Full Changelog: v3.1.0...v3.2.0

v3.1.0

29 Dec 03:02
Compare
Choose a tag to compare

What's Changed

Documentation Changes

New Features

  • Remove strategies already published in other packages by @sergiodxa in #110
  • Add AppLoadContext as a strategy and authenticate option by @sergiodxa in #113

Full Changelog: v3.0.1...v3.1.0