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

 $ dart pub add simple_jwt_manager

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 dart pub get):

dependencies:
  simple_jwt_manager: ^0.0.23

Alternatively, your editor might support dart pub get or 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
0
points
267
downloads

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

unknown (license)

Dependencies

flutter, http, web

More

Packages that depend on simple_jwt_manager