express-auth
express-auth copied to clipboard
The beginnings of an authentication framework for expressjs.com Largely a port (at least in terms of intent) of http://github.com/hassox/warden
hej hej, kiwi install is not working, see: $ kiwi install express-auth install : express-auth version : 404 Not Found Not Found The requested URL /express-auth/resolve was not found on...
It would be nice to construct strategies once, allowing for options to be passed for one time constructs, such as routes. Currently the routes are pretty static and we're creating...
When a user becomes authenticated or logs out, it would be nice to be able to fire event handlers.
it would be cool to auto-refresh yahoo's oauth tokens if the session remains valid (setTimeout ? )
'Scopes' are only partially supported at the minute, the strategies currently have no notion of what scope they're running under.
Where appropriate, create automatically an /auth/foo route for each strategy type.
Complete the strategy, support qop and cnonces, finally figure out the quoting rules.