- 🚀 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.
1.5.0
- 🔄 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 👀
1.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 `Pydantic` Schemas For Validating Request Body 😁 * ♻ Refactoring: used class-based views of `Flask` 🔥 * 🎈Used template files (`*.html`) instead of `templates.py`
1.3.2
-A small feature for required decorator 😁
1.3.1
* New Feature: `JWT` token-based authentication with `auth0` 🎉🎉!