Skip to content

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

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 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions