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

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

Open
subins2000 opened this issue Jun 18, 2016 · 0 comments
Open

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

subins2000 opened this issue Jun 18, 2016 · 0 comments
Labels
Milestone

Comments

@subins2000
Copy link
Member

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 ?

@subins2000 subins2000 changed the title Saving Data Directly From Browser Removing the feature of saving App data simply From Browser Jun 18, 2016
@suriyaa suriyaa added this to the Features milestone Aug 24, 2016
@subins2000 subins2000 removed their assignment Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants