simple_jwt_manager 0.0.17 copy "simple_jwt_manager: ^0.0.17" to clipboard
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';
0
likes
160
points
279
downloads

Publisher

unverified uploader

Weekly Downloads

This is a package that supports authentication using the ROPC defined in RFC 6749.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, http

More

Packages that depend on simple_jwt_manager