Skip to content

v1.0.0-beta

Latest
Compare
Choose a tag to compare
@bruno-1337 bruno-1337 released this 15 Sep 20:14
04b70a1

New features

  • Added password protection option for pads
  • Added some security features
  • Improved Frontend Design and Responsiveness
  • Customizable font sizes
  • Added Timestamps for pad updates

Code Quality

  • Refactored code to adhere more closely to MVC principles.
  • Ensured proper use of async/await in asynchronous functions.
  • Added error handling and input validation where necessary.

Security

  • Sanitized user inputs to prevent XSS and injection attacks.
  • Integrated helmet middleware in Express to set secure HTTP headers.
  • Validated inputs on both client and server sides to enhance security.