Skip to content
Snippets Groups Projects
  1. Jul 20, 2023
  2. Jul 18, 2023
    • brianchennn's avatar
      fix: CSRF vulnerability (#44) · 967d2d3d
      brianchennn authored
      * fix: CSRF vulnerability
      
      * Use jwtKey (256 bytes random string) as JWT Signature Private Key
      
      * Delete add Add admin's tenant & user when initializing Backend
      
      fix linter
      
      * fix: exposed password in UserModal
      
      * add confirmPassword in UserModal
      
      * use crypto/rand instead of math/rand
      
      * Use http.StatusUnauthorized instead of http.StatusNotFound when CheckAuth failed.
      
      * add InitJwtKey()
      967d2d3d
  3. May 04, 2023
  4. Oct 31, 2022
  5. Oct 26, 2022
  6. Mar 29, 2022
  7. Feb 09, 2022
  8. Jan 20, 2022
    • Kunihiro Ishiguro's avatar
      Multi tenant support in webconsole (#18) · aa182fa0
      Kunihiro Ishiguro authored
      * Initial commit for multi-tenant handling.
      
      * Update muiti tenant code.
      
      * Add Tenant UI.
      
      * Tenant/User API routing.
      
      * Update Tenant APIs.
      
      * Update User APIs.
      
      * Tenant related files.
      
      * Update tenant code.
      
      * Update tenant UI.
      
      * Add User related UI.
      
      * Check email duplication.
      
      * Update check for email and token.
      
      * Remove tenant and change email address fix.
      
      * Prevent to add same UI ID subscription of other tenant.
      
      * Update to sync to the latest code.
      aa182fa0
  9. Dec 05, 2021
  10. Nov 10, 2021
  11. Aug 02, 2021
  12. Jan 31, 2021
  13. Oct 08, 2020
  14. Sep 28, 2020
  15. May 25, 2020
  16. May 24, 2020
  17. May 03, 2020
  18. Apr 30, 2020
  19. Apr 27, 2020
Loading