Skip to content

cognito workaround with Amplify Auth library and graphql

License

Notifications You must be signed in to change notification settings

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

Releases

No releases published

Packages

No packages published