Skip to content

Releases: sergiodxa/remix-auth

v2.4.0

19 Nov 23:32

Choose a tag to compare

What's Changed

New Features

  • Set @remix-run/server-runtime as peerDependencies instead of @remix-run/node by @edmundhung in #51
  • Switch from esbuild to tsc by @sergiodxa in #54
  • Use UUID instead of randomBytes from Node crypto by @sergiodxa in #56

Other Changes

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

18 Nov 17:23

Choose a tag to compare

What's Changed

New Features

Full Changelog: v2.2.0...v2.3.0

v2.2.0

04 Nov 23:23

Choose a tag to compare

What's Changed

New Strategy

New Features

New Contributors

Full Changelog: v2.1.2...v2.2.0

v2.1.2

04 Nov 05:15

Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

03 Nov 23:10

Choose a tag to compare

What's Changed

Documentation Changes

New Features

Full Changelog: 2.1.0...v2.1.1

v2.1.0

16 Oct 05:03

Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

v2.0.0

13 Oct 18:11

Choose a tag to compare

Major Changes

  • Throw Response in case of error: #30

Patches

  • Create example app for the LocalStrategy: #29
  • Update LocalStrategy example README: 987c59c

v1.7.0

12 Oct 21:35

Choose a tag to compare

Minor Changes

  • Update the required Remix version: #23

Patches

  • Bump tmpl from 1.0.4 to 1.0.5: #18
  • Bump ansi-regex from 5.0.0 to 5.0.1: #19
  • Document how to use Form to avoid redirects: #25

Credits

Huge thanks to @tomslutsky for helping!

v1.6.0

15 Sep 04:38

Choose a tag to compare

Minor Changes

  • Add the Google strategy: #16

Patches

v1.5.0

14 Sep 21:48

Choose a tag to compare

Minor Changes

  • Upgrade Remix packages to 0.18: #14