Releases: sergiodxa/remix-auth
Releases · sergiodxa/remix-auth
v1.2.0
Minor Changes
- Auth0Strategy support customizing the scope: #6
v1.1.0
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.0
Initial release including the strategies:
- OAuth2
- Auth0
- Local
- Basic
- Custom
- Mock