Off the back of a discussion about not using Cogni...
# guide
n
Off the back of a discussion about not using Cognito for auth, I'm running through the Auth0 tutorial and have come across a bug. When outputting the stack outputs,
Copy code
IdentityPoolId: auth.cognitoCfnIdentityPool.ref
is not recognised. I had to change to
IdentityPoolId: auth.cognitoIdentityPoolId ? auth.cognitoIdentityPoolId : "none",
To get it to work correctly.
m
fixed, thank you!
m
hey @Neil Balcombe is there any issue you faced for cognito ? what was your reason for using auth0 over cognito? we have decided the vice-versa so interested whether is there any issue with integration or not ?
n
I'm just starting out with SST and to some degree AWS (I have a MVP using Amplify from last year, that I might migrate to SST). So I haven't really run into any issues yet per se other than finding Cognito a bit clunky. I'm currently looking at putting a basic system scaffold in place for future projects and looking at best practice etc. It's only really through conversations on here (from @thdxr mainly) that has made me want to try something different. I'm liking the experience so far of UserFront over Auth0 but I haven't yet got a full solution working.
m
Okay thanks, @Neil Balcombe