Skip to content
Snippets Groups Projects
  • Julien Boeuf's avatar
    da8eca56
    Better handling of token lifetime. · da8eca56
    Julien Boeuf authored
    - In C++, we need a constant for the max lifetime.
    - In C, make sure that we crop the lifetime in the credentials object
    itself and not just later during the creation of the token. This will
    allow the refresh to occur based on the actual token lifetime as opposed
    to the one from the user (which may be cropped).
    da8eca56
    History
    Better handling of token lifetime.
    Julien Boeuf authored
    - In C++, we need a constant for the max lifetime.
    - In C, make sure that we crop the lifetime in the credentials object
    itself and not just later during the creation of the token. This will
    allow the refresh to occur based on the actual token lifetime as opposed
    to the one from the user (which may be cropped).