0.1.21 • Published 5 years ago

auth-n-roll-service-cognito v0.1.21

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
5 years ago

Auth-n-roll service Cognito

This module is a WIP don't use in a production environment

This service implements the connection to the Aws Cognito Authentication provider.

It implements the service interface required by auth-n-roll

  • Service - The service provides the connection with the server

How to use it

import { ServiceCognito } from 'auth-n-roll-service-cognito'
const awsStackData = {
  UserPoolClientId: 'A Key here',
  UserPoolId: 'eu-west-1_some user pool id',
  IdentityPoolId: 'the pool id',
  Region: 'eu-west-1'
}

const cognitoService = ServiceCognito(awsStackData)
...


<AuthNRollProvider authService={cognitoService}>
  ....
</AuthNRollProvider>
0.1.21

5 years ago

0.1.20

5 years ago

0.1.19

6 years ago

0.1.17

6 years ago

0.1.16

6 years ago

0.1.15

6 years ago

0.1.14

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago