cartouche 0.1.0 copy "cartouche: ^0.1.0" to clipboard
cartouche: ^0.1.0 copied to clipboard

Personal access tokens for Maat applications.

example/example.dart

import 'package:cartouche/cartouche.dart';

void main() {
  final secret = Cartouche.secret();
  final hash = Cartouche.hash(secret);

  print('Token matches: ${Cartouche.matches(secret, hash)}');
}
0
likes
150
points
0
downloads

Documentation

API reference

Publisher

verified publishergaitco.com

Weekly Downloads

Personal access tokens for Maat applications.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

crypto, maat, seshat_maat

More

Packages that depend on cartouche