simple_jwt_manager 0.0.17
simple_jwt_manager: ^0.0.17 copied to clipboard
This is a package that supports authentication using the ROPC defined in RFC 6749.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add simple_jwt_manager
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
simple_jwt_manager: ^0.0.17
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:simple_jwt_manager/simple_jwt_manager.dart';