simple_jwt_manager

(en)Japanese ver is here.
(ja)この解説の日本語版はここにあります。

Overview

This is a package to support authentication using JWT. Currently, it supports authentication using the "Resource Owner Password Credentials Grant" defined in RFC 6749, as well as general register. Sign-out processing follows RFC 7009.

Usage

Please check out the Examples tab in pub.dev.

Support

Basically no support.
If you have any problem please open an issue on Github. This package is low priority, but may be fixed.

About version control

The C part will be changed at the time of version upgrade.
However, versions less than 1.0.0 may change the file structure regardless of the following rules.

  • Changes such as adding variables, structure change that cause problems when reading previous files.
    • C.X.X
  • Adding methods, etc.
    • X.C.X
  • Minor changes and bug fixes.
    • X.X.C

License

This software is released under the Apache-2.0 License, see LICENSE file.

The “Dart” name and “Flutter” name are trademarks of Google LLC.
*The developer of this package is not Google LLC.

Libraries

simple_jwt_manager