Does anyone have a solid CanJS multi view sign in example?
Features:
Checking username and password through can.Control and can.Model
Maybe checking username and password individually on 'focusout'
I have made some progress - what I have so far is this - https://github.com/thinkadoo/Projects
I found this backbone example: http://clintberry.com/2012/backbone-js-apps-authentication-tutorial/
I found this on the topic: http://www.berenddeboer.net/rest/authentication.html