Skip to content

Releases: sergiodxa/remix-auth

v1.2.0

31 Aug 03:57
Compare
Choose a tag to compare

Minor Changes

  • Auth0Strategy support customizing the scope: #6

v1.1.0

13 Aug 22:53
Compare
Choose a tag to compare

Minor Changes

  • Allow customization of the session key used to store the user data: #2

Patches

  • Create code of conduct: 8d07cdf
  • Create contributing guidelines: a6b28f8
  • Update Authenticator docs: 7f9e69b
  • Clone Response on MockStrategy authenticate call: 6798f4e
  • Document the MockStrategy: 30972c6
  • Document how to test with Remix Auth: 047445e
  • Change CI workflow: #3

v1.0.1

26 Jul 22:34
Compare
Choose a tag to compare

Patches

v1.0.0

24 Jul 09:04
Compare
Choose a tag to compare

Initial release including the strategies:

  • OAuth2
  • Auth0
  • Local
  • Basic
  • Custom
  • Mock