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()
      Unverified
      967d2d3d
  3. May 04, 2023
  4. Mar 29, 2022
  5. Feb 09, 2022
  6. 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.
      Unverified
      aa182fa0
  7. Nov 10, 2021
  8. Aug 02, 2021
  9. Jan 31, 2021
  10. Oct 08, 2020
  11. Sep 28, 2020
  12. Apr 27, 2020
Loading