0.0.21 • Published 1 year ago

@appbricks/identity v0.0.21

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
1 year 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

1 year ago

0.0.21

1 year ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago