Skip to content

Salmandabbakuti/cognito-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cognito-graphql

cognito workaround with graphql

  • It serves default attributes i.e. email, phone, address, name while signup.
  • If custom attributes are defined for pool, you can update signup mutation according to yours.
  • Implemented API for signup, login, signout,email confirmation, password change, forgot password
Steps:

update .env according to your pool configuration

npm i
npm run dev #starts graphql server and playground at localhost 4000