Nikos
Nikos
Hi mate, I've kinda lost focus on AWS for now, learning Firebase as it seems to be more straightforward for front end devs to make apps..
@t3db0t PM me mate
@laardee I'm creating an app in the console now to try..
So I added it:  but after auth with google  I get:  
Heres my sign in file: ```js 'use strict'; // Config const slsAuth = require('serverless-authentication'); const config = slsAuth.config; const utils = slsAuth.utils; // Providers const facebook = require('serverless-authentication-facebook'); const google...
I'm going to try debug locally with https://github.com/dherault/serverless-offline#debug-process
So I don't get the error now, but I'm not getting the authenticate state now in the client after I click google sign-in  I've not used Docker locally, I'll...
wow this is pretty slick https://store.docker.com/editions/community/docker-ce-desktop-mac/plans/docker-ce-desktop-mac-tier?tab=instructions
What store dynamodb did you use? https://store.docker.com/
So it seems this project only supports login in if you have another provider like google and fb? Does this example allow users to register via email+pass?