1. 24 Jan, 2020 2 commits
    • Jérome Perrin's avatar
      access_token: use os.urandom to generate token · 201a596c
      Jérome Perrin authored
      Using same method as python 3.6's secrets module and a bit longer token
      that what python currently recommends, since we were using very very
      long tokens until now (so that it does not look like a "regression")
      201a596c
    • Jérome Perrin's avatar
      base: generate a stronger passwords in Person_generatePassword · 758fc366
      Jérome Perrin authored
      - use system random
      - generate longer password with a larger space
      
      API change in an incompatible way, it's no longer possible to control
      the number of alpha and numeric. This was reducing a lot the number of
      combinations, so it's better to break so that callers stop generating
      too weak passwords.
      758fc366
  2. 16 Jan, 2020 2 commits
  3. 15 Jan, 2020 6 commits
  4. 14 Jan, 2020 12 commits
  5. 13 Jan, 2020 2 commits
  6. 10 Jan, 2020 16 commits