On Nov 14, 2015, at 8:25 PM, Leo Paniceres <lpaniceres@gmail.com> wrote:
I'm trying TMM and having some problems... I've installed Pharo 4, TMM, and Mongo 3.07.
When I run the example I could see the web page, register my user using http://localhost:1701/register
The register link is not mapped to any code in the framework at the moment. The login template was snatched from a project which is still a work in progress. In fact, itâs on my list to do soon.
But when I try http://localhost:1701/login I receive "Error: Invalid response"
The login page should show you a âSign Inâ page (that has the âRegisterâ link youâre asking about above). That page also has links to login using the Zinc SSO framework to authenticate with Google, Facebook or Twitter. Youâll need to put real values into a copy of the config-sample.json file. The values have to be gotten from the SSO provider (i.e. Google,Facebook,Twitter). This login mechanism works. The local registration is not yet implemented.