Eetu Tuomala
Eetu Tuomala
Yes, absolutely, I quickly went though the code and these are good changes. I was thinking to create the users table and then I thought that maybe developers want to...
@jcummins54 Nice, I'll check this later today, could you open a PR? I took a quick look to changes and those would be great additions.
@kidsil I had developer authenticated cognito provider example before I refactored it to save user info to cognito user pool, https://github.com/laardee/serverless-authentication-boilerplate/commit/d9ace9918c6c0cb3a43e65925f6e206d59949cc2#diff-32d3eb1dd8b96b3bdae61b4a635a09e3L30. So, then this needs to be reverted and integrated...
(As I remember) the initial plan was to save the user info to user pool and then integrate it to federated identities, something like this http://docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-integrating-user-pools-with-identity-pools.html
@rcfrias, yes, this boilerplate is an alternative for Cognito in some sense. The idea behind this boilerplate was that it would be a serverless passportjs equivalent - API based server-side...
https://github.com/serverless/components/pull/285 propably should be merged before starting this.
@QuantumInformation, that would be great! Ping me if you need any help.
Do you mean how to use the endpoint from the front-end or how to modify the boilerplate for your needs? Or both?
Ok, I'll document the front end better
@QuantumInformation hi, have you setup the OAuth client in google developer console and copied the id and secret to authentication/env.yml?