Releases: AbduazizZiyodov/flask-authlib
Releases · AbduazizZiyodov/flask-authlib
Flask-Authlib v1.6.0
- 🚀 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
userfrom any request by usingjwt_requireddecorator.
and other minor updates.
Flask-Authlib v1.5.0
- 🔄 Many updates on
TemplateConfigwhich are you can set primary colour for templates that change authorization form's components colour! - 🔥 Incredible changes on templates. I used some new libraries:
MDBfor design,TaTa JSfor notification popups andaosfor 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
- Added New Class-Based Configuration Feature ✔ ( templates, alerts and base configs ). Users can configure email and username's uniqueness by using these ✨
- Added New
PydanticSchemas For Validating Request Body 😁 - ♻ Refactoring: used class-based views of
Flask🔥 - 🎈Used template files (
*.html) instead oftemplates.py
Flask-Authlib v1.3.2
-A small feature for required decorator 😁
Flask-Authlib v1.3.1
- New Feature:
JWTtoken-based authentication withauth0🎉🎉!
Flask-Authlib v1.2
:tada: v1.2
Flask-Authlib v1.0
First version of this library!
Username&Passwordbased authentication.- You haven't to create forms , all included in this library 💯
- Customizable
formsandurl rules.