avishaan / lightTribe

LightTribe Backend and Collaboration Doc
2 stars 0 forks source link

Anonymous Login #53

Closed footnote closed 9 years ago

footnote commented 9 years ago

We noticed that anonymous login requires "username" property in its parameters, however we can't guarantee sending unique username as we won't ask the user to register with username!

avishaan commented 9 years ago

Talked with @ShadiFares, we decided that it makes sense for the backend to generate a unique id for the user to make sure it is unique. We will implement this soon.