Invoking Methods from the Client

Database interaction is not secure when done from the client

  • Add server methods and invoke them from the client
  • Remove insecure packages, which should be used only for development

Complete and Continue