serverless-stack-demo-api
serverless-stack-demo-api copied to clipboard
Unable to authenticate users
trafficstars
Description
Can not create new users
Steps for reproduce
- Clone this repo and deploy with serverless deploy -v
- Clone the frontend api for this repo and add the configuration params from your serverless backend
- Try to create a new user
Actual result

{"__type":"NotAuthorizedException","message":"Incorrect username or password."}

@BorjaRobles Are you still having this issue?