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

Convenience wrapper over flutter_web_auth_2 for AWS Cognito authentication with OAuth 2.0 and PKCE. Supports Sign in with Apple, Google, and other identity providers through Cognito User Pools.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cognito_idp_sign_in

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

dependencies:
  cognito_idp_sign_in: ^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:cognito_idp_sign_in/cognito_idp_sign_in.dart';
2
likes
150
points
17
downloads
screenshot

Publisher

verified publishersaawhitelife.com

Weekly Downloads

Convenience wrapper over flutter_web_auth_2 for AWS Cognito authentication with OAuth 2.0 and PKCE. Supports Sign in with Apple, Google, and other identity providers through Cognito User Pools.

Repository (GitHub)
View/report issues

Topics

#http #authentication #aws #oauth2-pkce #cognito

Documentation

API reference

License

MIT (license)

Dependencies

crypto, flutter, flutter_web_auth_2, http, json_annotation, meta

More

Packages that depend on cognito_idp_sign_in