Changelog

Version 0.1.17 (2023-08-19)

Version 0.1.16 (2023-07-01)

Version 0.1.15 (2023-06-30)

  • Upgrade Template

  • Add new ci cd template

Version 0.1.14 (2023-06-29)

Version 0.1.13 (2023-06-29)

Upgrade Template

  • feat: new ci cd template

Version 0.1.12 (2023-06-26)

  • New compile engine is now available.

Version 0.1.10 (2023-06-26)

Features

  • Added a new compile engine to improve performance.

Version 0.1.9 (2023-04-08)

  • Added feature to switch on or off the root settings. [PR: #123]

Version 0.1.8 (2023-04-07)

  • Added feature to store everything in the header token

Version 0.1.7 (2023-04-06)

  • Enhanced functionality: The ability to be marked as logged out at the global scope has been added.

Version 0.1.6 (2023-04-06)

  • Feature: Added ability to mark as logged out at the global scope.

Version 0.1.5 (2023-04-04)

  • Feature: Method migration from flask login module to token manager module.

Version 0.1.4 (2023-04-04)

  • Migrate method from flask login module to here module (feat)

Version 0.1.3 (2023-04-04)

  • [feat] Not using root user token at login process.

Version 0.1.2 (2023-04-02)

  • Added issuer information ([commit](https://github.com/repo/commit1)) - The issuer information has been added to the application. This allows for better tracking and management of tokens.

  • Added user root setting token ([commit](https://github.com/repo/commit2)) - The ability for the user to set the token to use has been implemented. This provides greater flexibility and customization options for the user.

Version 0.1.1 (2022-12-31)

  • Added issuer information.

Version 0.1.0 (2022-12-30)

Release

  • First beta version

Version 0.0.9 (2022-12-28)

Features

  • Added flask token management.

Version 0.0.8 (2022-12-26)

  • Corrected the way to remove refresh token.

Version 0.0.7 (2022-12-26)

  • Fixed an issue with error handling in login token.