Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Username option on initialization #42

Open
markgeraty opened this issue Jul 23, 2015 · 0 comments
Open

Username option on initialization #42

markgeraty opened this issue Jul 23, 2015 · 0 comments

Comments

@markgeraty
Copy link
Member

Add an option username to the options passed into the client side initialization.

So that would leave us with

api.initialize = function (options) {
  client = options.username || getCookie('username') || <random_number>;
  ...
};

We may even just want to get completely rid of jibe checking the username cookie altogether. If people want to have the name stored between sessions there, that's fine, they can just check the cookie and then act accordingly themselves?

@joshgordon @enriquecaballero @cicavey @ctsmith95 Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant