Skip to content

Releases: thevickypedia/FastAPI-UI-Auth

v0.2.1

25 Nov 17:14

Choose a tag to compare

  • fix: Avoid pre-mature validation for username and password fields
  • chore: Upgrade requirements
  • Full Changelog: v0.2.0...v0.2.1

v0.2.0

03 Jul 18:38

Choose a tag to compare

  • feature: Includes an option to pass custom logger
  • chore: Redefined project structure to adapt pypi packaging
  • Full Changelog: v0.1.1...v0.2.0

v0.1.1

25 Jun 03:24

Choose a tag to compare

  • chore: Reduces overhead and removes code redundancy
  • Full Changelog: v0.1.0...v0.1.1

v0.1.0

24 Jun 00:27

Choose a tag to compare

  • feature: Includes support for websockets authentication
  • fix: Fix breakage on multiple sessions
  • chore: Uses all HTML templates for appropriate responses
  • chore: Includes a parameter loader to support multiple endpoints
  • Full Changelog: v0.0.1...v0.1.0

v0.0.1

22 Jun 05:58

Choose a tag to compare

  • Create a base python module to enable username/password authentication for any specific route
  • Transmits username and password securely by encrypting credentialshexhash + timestamp
  • Includes basic templates for UI authentication
  • Full Changelog: v0.0.0-a...v0.0.1

v0.0.0-a

22 Jun 03:41

Choose a tag to compare

v0.0.0-a Pre-release
Pre-release