E W
E W
not sure I follow.. how should I fix ?
will it be hard to merge this in to my current mid flight serverless stack ?
actually I just see its all contained in payload session.getIdToken() on the client, so I could pass it it from there
this cognito api is so confusing by the way, in the notes api how come you associate a note with a cognitoIdentityId rather than the 'sub' which is at the...
I see. Btw @jayair whats your opinion on this as a way to get info on a user groups and attributes.. here is what I am doing: I pass the...
hmm the one in env/dev right? ```terraform { required_version = ">= 0.12" backend "s3" { region = "eu-west-1" profile = "default" bucket = "tf-state-zoot" key = "dev.terraform.tfstate" } } ```...
ok looks like it was something that was just cached.. have got further now. Btw these scripts depend on existing vpc and subnets already being in place right ?
yes line 58 in Login.js .. where has the this.props.history.push("/"); right after the user has been marked as authenticated?
what I am trying to say is this: this line is missing in Login.js: this.props.history.push("/")
ah I see :) Btw, another question.. doesnt Cognito have some way of easily integrating default (but customizable) signup/login forms that be used in a web app (similar to auth0)...