Skip to content
  • Georges Racinet's avatar
    User: flag to prefer access tokens in VCS operations · d7f2d49a16db
    Georges Racinet authored
    This is necessary for 2FA and SSO, but we don't want to make
    it the general case because:
    
    - accessing `User.token` does not guarantee that the token is
      initialized. It probably will at some point, be it only for
      uniformity with `webdriver`, which does
    - creating a token if needed is expensive, and may not be useful
      for some temporary users.
    d7f2d49a16db