Skip to content

Releases: AbduazizZiyodov/flask-authlib

Flask-Authlib v1.6.0

03 Feb 21:22

Choose a tag to compare

  • 🚀 New JWT submodule. Now, you can set up JWT authentication! (without auth0, I removed it)
  • 🧑 Added new user schema
  • ✨ Added create-admin CLI function. You can create admin users from CLI.
  • 🔥 You can get user from any request by using jwt_required decorator.
    and other minor updates.

Flask-Authlib v1.5.0

31 Oct 18:04

Choose a tag to compare

  • 🔄 Many updates on TemplateConfig which are you can set primary colour for templates that change authorization form's components colour!
  • 🔥 Incredible changes on templates. I used some new libraries: MDB for design, TaTa JS for notification popups and aos for animations 🙂
  • 😄 Added simple favicon ( it may be useful ) and a new font.
    All of these static and template files are stored locally 👀

Flask-Authlib v1.4.0

21 Oct 20:59

Choose a tag to compare

  • Added New Class-Based Configuration Feature ✔ ( templates, alerts and base configs ). Users can configure email and username's uniqueness by using these ✨
  • Added New Pydantic Schemas For Validating Request Body 😁
  • ♻ Refactoring: used class-based views of Flask 🔥
  • 🎈Used template files (*.html) instead of templates.py

Flask-Authlib v1.3.2

25 May 18:00

Choose a tag to compare

-A small feature for required decorator 😁

Flask-Authlib v1.3.1

22 May 20:59

Choose a tag to compare

  • New Feature: JWT token-based authentication with auth0 🎉🎉!

Flask-Authlib v1.2

15 May 12:53

Choose a tag to compare

:tada: v1.2

Flask-Authlib v1.0

14 May 16:21

Choose a tag to compare

First version of this library!

  • Username & Password based authentication.
  • You haven't to create forms , all included in this library 💯
  • Customizable forms and url rules.