Skip to content

Flask-Authlib v1.6.0

Latest

Choose a tag to compare

@AbduazizZiyodov AbduazizZiyodov released this 03 Feb 21:22
· 23 commits to master since this release
  • πŸš€ 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.