0.0.21 • Published 3 years ago

@appbricks/identity v0.0.21

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 years ago

User Authentication and Identity Module

Testing

Before running any end-to-end testing you need to deploy the cognito configuration via CloudFormation. To deploy the configuration and download the client configs run the following AWS CLI commands.

  • Deploy cognito configuration
aws --region us-east-1 cloudformation deploy --capabilities CAPABILITY_NAMED_IAM --template-file etc/aws-cfn-template.yml --stack-name idmtest --parameter-overrides prefix=idmtest
  • Retrieve client configuration
echo -e "$(aws --region us-east-1 cloudformation describe-stacks --stack-name idmtest | grep -A 1 'CognitoJSConfig' | awk -F'"' '/OutputValue/{ print $4 }')" > etc/aws-exports.js
0.0.20

3 years ago

0.0.21

3 years ago

0.0.18

3 years ago

0.0.19

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago