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

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

With Flutter:

 $ flutter 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: ^3.4.0

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:squarealfa_security/squarealfa_security.dart';
2
likes
140
pub points
34%
popularity

Publisher

verified publishersquarealfa.com

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

Homepage
Repository (GitLab)
View/report issues
Contributing

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

crypto, cryptography, http, jose

More

Packages that depend on squarealfa_security