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

This Dart library signs Amazon Web Services (AWS) URLs with the given credentials in contrast to signing the header entries. This is particularly helpful to connect to Amazon WebSocket API Gateway sec [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add aws_url_signer

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

dependencies:
  aws_url_signer: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:aws_url_signer/aws_url_signer.dart';
1
likes
20
pub points
0%
popularity

Publisher

verified publishermohammednoureldin.com

This Dart library signs Amazon Web Services (AWS) URLs with the given credentials in contrast to signing the header entries. This is particularly helpful to connect to Amazon WebSocket API Gateway secured with IAM authorizer.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

crypto, flutter, intl

More

Packages that depend on aws_url_signer