simple_jwt_manager 2.0.1 copy "simple_jwt_manager: ^2.0.1" to clipboard
simple_jwt_manager: ^2.0.1 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: ^2.0.1

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';
1
likes
160
points
237
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter, simple_https_service

More

Packages that depend on simple_jwt_manager