0.1.21 • Published 7 years ago
auth-n-roll-service-cognito v0.1.21
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
7 years ago
0.1.20
7 years ago
0.1.19
7 years ago
0.1.17
7 years ago
0.1.16
7 years ago
0.1.15
7 years ago
0.1.14
7 years ago
0.1.13
7 years ago
0.1.12
7 years ago
0.1.11
7 years ago
0.1.10
7 years ago
0.1.9
7 years ago
0.1.8
7 years ago
0.1.7
7 years ago
0.1.6
7 years ago
0.1.5
7 years ago
0.1.4
7 years ago
0.1.2
7 years ago
0.1.1
7 years ago
0.1.0
7 years ago
0.0.11
7 years ago
0.0.10
7 years ago
0.0.9
7 years ago
0.0.8
7 years ago
0.0.5
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago