Skip to content
Snippets Groups Projects
Select Git revision
22 results Searching

src

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Michael Telatynski authored and GitHub committed
    * Refactor how token refreshing works to be more resilient
    
    1. ensure we do use the new token if it is not explicitly inhibited by the caller
    2. eagerly refresh token if we know it is expired
    3. allow refreshing a token multiple times if e.g. on bad connection or the environment has been slept and sufficient time has passed since the last refresh attempt
    
    Signed-off-by: default avatarMichael Telatynski <7t3chguy@gmail.com>
    
    * Iterate
    
    Signed-off-by: default avatarMichael Telatynski <7t3chguy@gmail.com>
    
    * Iterate
    
    Signed-off-by: default avatarMichael Telatynski <7t3chguy@gmail.com>
    
    * Add exponential backoff
    
    Signed-off-by: default avatarMichael Telatynski <7t3chguy@gmail.com>
    
    * Ensure no timing effects on `authedRequest` method call
    
    Signed-off-by: default avatarMichael Telatynski <7t3chguy@gmail.com>
    
    * Iterate
    
    Signed-off-by: default avatarMichael Telatynski <7t3chguy@gmail.com>
    
    ---------
    
    Signed-off-by: default avatarMichael Telatynski <7t3chguy@gmail.com>
    d67b19fa
    History