<div>
                    Ahoy-hoy!
                </div><div><br></div><div>Just to give a heads up, I did some changes at our TODO app</div><div><br></div><div>- Auth-Token will come from http headers response. For example:</div><div><br></div><div>curl -v -H "Accept: application/json" -H "Content-type: application/json" -X POST http://localhost:8080/todo-server/auth/login -d '{"username":"john","password":"123"}'</div><div><br></div><div><div>&lt; Auth-Token: 93351472-9949-47e8-bc4e-7edfe57a9c52</div><div>&lt; Content-Type: application/json</div><div>&lt; Transfer-Encoding: chunked</div><div>&lt; Date: Thu, 27 Sep 2012 01:14:31 GMT</div></div><div><br></div><div>- Auth-Token must be sent on http headers at each request and will be validated at our servlet filter. If you're curious about it&nbsp;<a href="https://github.com/aerogear/TODO/commit/734af2d90fadcf1f99e9766cbf3e1e9a3b5092b6">https://github.com/aerogear/TODO/commit/734af2d90fadcf1f99e9766cbf3e1e9a3b5092b6</a></div><div><br></div><div>For example:</div><div><br></div><div>curl -v -H "Accept: application/json" -H "Content-type: application/json" --header "Auth-Token: bde58803-fc3b-4c9e-b88d-32a9d5d2ce28" -X POST -d '{"title": "test", "style":"mydescription"}' http://localhost:8080/todo-server/projects</div><div><br></div><div>- aerogear.js configuration header has changed for the reasons above (Kris let me know if I did something wrong)</div>
                <div><div><br></div><div>- The latest 'stable' tag is&nbsp;0.0.6.M6</div><div><br></div><div>Found an issue?&nbsp;<a href="https://issues.jboss.org/browse/AEROGEAR">https://issues.jboss.org/browse/AEROGEAR</a>, please.</div><div><br></div><div><div>--&nbsp;</div><div>"The measure of a man is what he does with power" - Plato</div><div>-</div><div>@abstractj</div><div>-</div><div>Volenti Nihil Difficile</div></div></div>