1.0.7 • Published 8 years ago

authenticate-cognito v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
8 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

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago