Skip to content

Username option on initialization #42

@markgeraty

Description

@markgeraty

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions