Skip to content

Releases: masenf/reflex-local-auth

v0.3.0

11 Feb 22:48
512908b
Compare
Choose a tag to compare

What's Changed

  • README.md: align code examples with the demo app by @masenf in #14
  • fix(database): specify field lengths for SQL Server compatibility by @RandomBrown in #15
  • update for reflex 0.7.0 by @masenf in #16
  • Fetch tags during pre-commit.yaml by @masenf in #17

New Contributors

Full Changelog: v0.2.2...v0.3.0

v0.3.0a2

11 Feb 22:39
980d56c
Compare
Choose a tag to compare
v0.3.0a2 Pre-release
Pre-release

What's Changed

  • README.md: align code examples with the demo app by @masenf in #14
  • fix(database): specify field lengths for SQL Server compatibility by @RandomBrown in #15
  • update for reflex 0.7.0 by @masenf in #16

New Contributors

Full Changelog: v0.2.2...v0.3.0a2

v0.3.0a1

11 Feb 20:25
7b7d6c7
Compare
Choose a tag to compare
v0.3.0a1 Pre-release
Pre-release

What's Changed

  • README.md: align code examples with the demo app by @masenf in #14
  • fix(database): specify field lengths for SQL Server compatibility by @RandomBrown in #15

New Contributors

Full Changelog: v0.2.2...v0.3.0a1

v0.2.2

07 Aug 18:47
48738f4
Compare
Choose a tag to compare

What's Changed

  • Quickfix for deprecated @rx.cached_var by @albertsola in #8
  • reflex-local-auth 0.2.2 depends on reflex>=0.5.9 by @masenf in #11

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

02 Jul 18:20
04327de
Compare
Choose a tag to compare

Always delete sessions when logging in to avoid constraint error #6 #7

v0.1.2

11 Apr 13:58
b51fef0
Compare
Choose a tag to compare

What's Changed

  • Avoid redirect loop when not authenticated by @masenf in #4

Full Changelog: v0.1.1...v0.1.2

v0.1.1

11 Apr 12:41
83b322a
Compare
Choose a tag to compare

What's Changed

  • Handle redirect when dynamic routes are used by @masenf in #3

Full Changelog: v0.1.0...v0.1.1

v0.1.0

10 Apr 20:45
018cf5d
Compare
Choose a tag to compare

BREAKING CHANGE

See https://github.com/masenf/reflex-local-auth/blob/ff71b73109998f6853b456feefb6207e3ab43e62/README.md#migrating-from-00x-to-01x for information on migrating 0.0.x models without losing data.

What's Changed

Full Changelog: v0.0.3...v0.1.0

v0.0.3

22 Mar 12:22
4b3be8b
Compare
Choose a tag to compare

Python 3.8 compatibility #1

v0.0.2

10 Mar 06:39
90ebf4a
Compare
Choose a tag to compare

do not return password hash when serializing User

Full Changelog: v0.0.1...v0.0.2