romance-ii / violet-volts

violet-volts
https://tootsville.org/development/
GNU Affero General Public License v3.0
3 stars 1 forks source link

Google account sign-in #2

Open brpocock opened 8 years ago

brpocock commented 8 years ago

Mostly working, but needs some TLC. Could move into JSCL soon.

brpocock commented 7 years ago

JSCL issues with binding. The “Sign In” button part works all right, but it does not yet hit the callback correctly. Once the underlying JSCL-name-binding type problem is sorted (which I expect to be a small, obvious, stupid fix), the rest of the call stack actually looks pretty promising. We should be able to knock this one out and at least get back to the Join Mesh step.

brpocock commented 7 years ago

Currently functional, but user information isn't passed to registration. The gossip and registration code are entwined here and need to be cleaned up a bit, but I don't want to increase the traffic and database overhead more than necessary, either. Needs refactoring on the server side, and some more grease on the client-side as well.