I meant to post this last night, but the first preview release (0.0.1
;) ) of connect-auth ( http://github.com/ciaranj/connect-auth ) is up
and running. It is available from npm or github and should function
as a nearly drop in replacement for any existing express-auth (you
won't need to change any of your route code, just maybe change some
requires)
This means out of the box when using express with connect you can
setup single sign on against :
* HTTP Basic + Digest
* Yahoo
* Facebook
* Github
* Twitter
* Any custom strategy you care to design + implement
Far from complete, the tests + original (express) example don't
currently work, but I've tested (manually, ughhh) each of the other
strategies to ensure they work.
N.B. This module has a dependency on node-oauth
(http://github.com/ciaranj/node-oauth) which is also available as an
npm module ('oauth')
Feedback as always wanted, the API is not finished and I intend to
re-factor out a lot of the crud that is there purely due to the plugin
arch. of express that is no longer needed :) Should be perfectly
usable though <g>
-cj.
> --
> You received this message because you are subscribed to the Google Groups "Express" group.
> To post to this group, send email to expre...@googlegroups.com.
> To unsubscribe from this group, send email to express-js+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/express-js?hl=en.
>
>
--
Michael Fellinger
CTO, The Rubyists, LLC
Oh, wasn't aware of that, thanks :)
On Mon, Jul 19, 2010 at 5:41 PM, vision media [ Tj Holowaychuk ]
Could do with some fleshing out and fixing, but I'd like to
concentrate on getting my tests re-written to work against connect (I
know I suck!)
Please be aware that due to an issue in the current NPM connect
package, this particular strategy only works with the current HEAD
version of connect (read, *NOT* the npm package for connect)
-cj.