Skip to content
Snippets Groups Projects
  1. Oct 01, 2023
  2. Sep 12, 2023
  3. Aug 23, 2023
  4. Aug 11, 2023
  5. Jul 20, 2023
  6. Jul 18, 2023
    • brianchennn's avatar
      67eb852e
    • 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
  7. May 30, 2023
  8. May 25, 2023
  9. May 11, 2023
  10. May 04, 2023
  11. Mar 07, 2023
  12. Feb 20, 2023
  13. Dec 16, 2022
  14. Oct 31, 2022
  15. Oct 27, 2022
  16. Oct 26, 2022
  17. May 25, 2022
  18. May 02, 2022
  19. Apr 09, 2022
  20. Apr 08, 2022
  21. Mar 29, 2022
  22. Mar 20, 2022
  23. Feb 09, 2022
  24. 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
  25. Dec 05, 2021
Loading