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
8 years ago
0.1.19
8 years ago
0.1.17
8 years ago
0.1.16
8 years ago
0.1.15
8 years ago
0.1.14
8 years ago
0.1.13
8 years ago
0.1.12
8 years ago
0.1.11
8 years ago
0.1.10
8 years ago
0.1.9
8 years ago
0.1.8
8 years ago
0.1.7
8 years ago
0.1.6
8 years ago
0.1.5
8 years ago
0.1.4
8 years ago
0.1.2
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago
0.0.11
8 years ago
0.0.10
8 years ago
0.0.9
8 years ago
0.0.8
8 years ago
0.0.5
8 years ago
0.0.4
8 years ago
0.0.3
8 years ago