nebula_token 1.0.3 copy "nebula_token: ^1.0.3" to clipboard
nebula_token: ^1.0.3 copied to clipboard

Opaque rotating refresh tokens (RFC 9700 model): rotation, reuse detection, family revocation, sender binding.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nebula_token

With Flutter:

 $ flutter pub add nebula_token

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

dependencies:
  nebula_token: ^1.0.3

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:nebula_token/nebula_token.dart';
0
likes
160
points
21
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Opaque rotating refresh tokens (RFC 9700 model): rotation, reuse detection, family revocation, sender binding.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#authentication #security #oauth2 #refresh-token

License

Apache-2.0 (license)

Dependencies

crypto

More

Packages that depend on nebula_token