simple_jwt_manager 0.0.33 copy "simple_jwt_manager: ^0.0.33" to clipboard
simple_jwt_manager: ^0.0.33 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.33

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
536
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, web

More

Packages that depend on simple_jwt_manager