FarseerTeam / Farseer

MIT License
2 stars 8 forks source link

Google Login #16

Open robertfmurdock opened 8 years ago

robertfmurdock commented 8 years ago

Allow a user to use their Google login to identify themselves. Players not logged in should only see one world; the public world.

Display at the top of the page a discreet indication of who the user is logged in as.

jgartee commented 8 years ago

Questions:

  1. What is the "public" world?
    • does it require updating the World collection to contain a public/private field or maybe an owner, with the public world being empty?
  2. By discreet, do we mean display something like the email address, profile link, or something else?
  3. Link to your (Rob's) other GitHub app that already had the OAuth stuff integrated (you showed me on Friday).
robertfmurdock commented 8 years ago
  1. The current world 'world' would work. Or 'public'. Just choose a name and go with it. It has the unique property of allowing all users to access (logged in or no), model it however you see best, though Vera might have some ideas. I suppose I could imagine wanting the ability to add that property to another world? Though I suspect that wouldn't be frequently used.
  2. Discreet meaning non-visually-invasive. :-D
  3. https://github.com/robertfmurdock/Coupling

On Mon, Feb 22, 2016 at 9:25 AM, John Gartee notifications@github.com wrote:

Questions:

1.

What is the "public" world?

  • does it require updating the World collection to contain a public/private field or maybe an owner, with the public world being empty? 2.

    By discreet, do we mean display something like the email address, profile link, or something else?

  • Can I get a link to your (Rob's) other GitHub app that already had the OAuth stuff integrated (you showed me on Friday).

— Reply to this email directly or view it on GitHub https://github.com/FarseerTeam/Farseer/issues/16#issuecomment-187201939.