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

outdated

Package containing security-related features, like JWT token handling and password hashing.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add squarealfa_security

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

dependencies:
  squarealfa_security: ^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:squarealfa_security/squarealfa_security.dart';
2
likes
0
pub points
30%
popularity

Publisher

verified publishersquarealfa.com

Package containing security-related features, like JWT token handling and password hashing.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto, cryptography

More

Packages that depend on squarealfa_security