Socket
Book a DemoInstallSign in
Socket

auth-n-roll-service-cognito

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auth-n-roll-service-cognito

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

0.1.21
latest
npmnpm
Version published
Weekly downloads
28
Maintainers
1
Weekly downloads
 
Created
Source

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>



FAQs

Package last updated on 23 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.