PassWall v1.1.0 Release Notes

Release Date: 2020-05-03 // almost 4 years ago
  • ๐Ÿ”– 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