jwt_token_generator 1.0.0 copy "jwt_token_generator: ^1.0.0" to clipboard
jwt_token_generator: ^1.0.0 copied to clipboard

A package that generates jwt tokens with a few steps

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jwt_token_generator

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  jwt_token_generator: ^1.0.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:jwt_token_generator/jwt_token_generator.dart';
1
likes
0
points
45
downloads

Publisher

verified publisheranonymus-publisher.online

Weekly Downloads

A package that generates jwt tokens with a few steps

License

unknown (license)

Dependencies

cryptography

More

Packages that depend on jwt_token_generator