Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


Questions to be discussed

 

  1. Security on front end
    1. No reason to hide .js files as we are open source (should we sign them?)
    2. However, might be useful to add certificates/signing to make sure javascript file that is being run is *our* file, not some other weird version
  2. Login
    1. OAuth, SSL
    2. OpenMRS currently only has Basic Authentication
  3. State based security on back end
  4. Database Encryption
  5. Logging
    1. Put in a log file or in database? need to be able to search + audit, but don't want it to slow down our system
  • No labels