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

Flutter wrapper over flutter_web_auth_2 for AWS Cognito OAuth 2.0/PKCE sign-in via the Hosted UI and common third-party IdPs.

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.1

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
160
points
18
downloads
screenshot

Publisher

verified publishersaawhitelife.com

Weekly Downloads

Flutter wrapper over flutter_web_auth_2 for AWS Cognito OAuth 2.0/PKCE sign-in via the Hosted UI and common third-party IdPs.

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