1.0.7 • Published 7 years ago

authenticate-cognito v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

this module cognito authenticate

The goal of the model is check if user that come from client is authenticated. This module use in amazon-cognito-identity-js-node .

Install

npm i authenticate-cognito

in app/Http/kernel.js add to :

First we need add to .env file a few paremetes :

  • REGION = ""
  • USER_POOL_ID = ""
  • CLIENT_ID = ""

Functions

MethodParametersdesc
authenticateidToken, refreshToken, accessTokencheck if user authenticate ( it only for real user )
authenticateGuestidentityIdfor guest
1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago