8000 Releases · maxrdu/fastapi_login · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: maxrdu/fastapi_login

v1.10.3

14 Dec 08:17
8000 7615042
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.2...v1.10.3

v1.10.2

18 Sep 16:09
5037322
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.1...v1.10.2

v1.10.1

30 Jun 11:23
00adde8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.0...v1.10.1

v1.10.0

06 Mar 11:31
44cdbb4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.3...v1.10.0

v1.9.3

21 Jan 09:26
24561a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.2...v1.9.3

Version 1.9.2

29 Nov 16:50
76022c3
Compare
Choose a tag to compare

What's Changed

  • Revamp compatibility with Pydantic by @kigawas in #114
  • Bump dependencies

New maintainer: @kigawas

Full Changelog: v1.9.1...v1.9.2

Version 1.9.1

27 Jul 11:43
Compare
Choose a tag to compare

1.9.1

Mostly fixes and updates in regard to Pydantic v2. Thanks to kigawas.

  • Update examples to support Pydantic v2.
  • Fix potential type error against Pydantic v2.
  • Add example dependencies in pyproject.toml.
  • Remove setup.py
  • Fixed example (Thanks Lexachoc)
  • Fixed return type of user_loader (Thanks kazunorimiura)

Version 1.9.0

27 Mar 14:40
Compare
Choose a tag to compare

1.9.0

  • User callback is now run asynchronous without blocking the worker thread #92
  • custom_exception argument has now correct type #97
  • Fixed some minor security issues by updating packages
  • Now includes LoginManager.optional which will return None instead of raising an exception.
    An example has been added to the documentation.

Version 1.8.3

18 Oct 18:47
7a7946a
Compare
Choose a tag to compare

1.8.3

  • Pin pyjwt dependency (Fixes #94)
  • Switched from setup.py based publishing to using pyproject.toml together with poetry
  • Switched publishing to poetry
  • Update requirements in the examples projects
  • Added correct header in /examples/simples/templates/index.html (Fixes #93 and #95)

Version 1.8.2

27 May 10:22
Compare
Choose a tag to compare

1.8.2

Update pyjwt to version 2.4.0, to fix a security issue in version 2.1.0

0