Skip to content

Removing the feature of saving App data simply From Browser #19

@subins2000

Description

@subins2000

Currently the JavaScript lobby.app.save function can save app's data from client side.

Pros

  • Simple usage
  • Less code

Cons

  • People using Lobby Web can easily make the database overflow with data by calling this function in a loop
  • Insecure

Alternative

Instead, I recommend devs to write an AJAX file in "src/ajax" dir of app and send data in JS using lobby.app.ajax function.

Should JS lobby.app.save and lobby.app.remove functions be removed ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions