Skip to content

Refactor and New Features

Compare
Choose a tag to compare
@yakuter yakuter released this 02 May 21:55

Version: [1.1.0] (2020-05-03)

Add

  • /api prefix to all endpoints
  • Bank Account and Credit Card Categories
  • net/http, mux router, negroni stack
  • Security layer with middleware against XSS attacks
  • public folder to serve static files on debian installation
  • check password endpoint.
  • Auto backup system with period config

Security

  • Access and Refresh Token usage implemented
  • HS256 Signing method used on JWT

Removed

  • Gin framework

Changed

  • Move sqlite database name and path declaration to config file