On Wed, Oct 13, 2010 at 8:16 PM, Toby <[email protected]> wrote: > * Authentication - What's the current state of this? Both how an end- > user would authenticate against my application, and server-server > authentication.
I did a big user auth push yesterday. Update, rebuild (server and client) and take a look. Its still a little rough around the edges, but its functional. I'm hoping James (or someone?) has time to make me some mocked up HTML pages of what the login & registration pages should look like. I'm happy to patch them in, its making reasonable looking web pages that I struggle with. If you install mongodb and set ACCOUNT_STORE_TYPE=mongodb in the config file, users are persisted between sessions. (Though you'll have to wait a couple weeks for users' data to be persisted). I don't know about the status of federation. -J -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
