Skip to content
Snippets Groups Projects
  1. Mar 18, 2021
  2. Mar 17, 2021
    • Antoine Lambert's avatar
      django/utils: Get access token renewal date from proper dict field · 679c0a5e
      Antoine Lambert authored
      In the dictionary decoded from an OIDC access token, the iat field store
      the token creation date while the auth_time field store the date the
      OIDC session was opened.
      
      In order to get an accurate authentication time, the date stored in
      the iat field must be used as it corresponds to the time an access
      token was refreshed and thus the latest valid authentication date.
      679c0a5e
  3. Mar 15, 2021
  4. Mar 12, 2021
  5. Mar 11, 2021
  6. Mar 09, 2021
  7. Mar 05, 2021
  8. Mar 04, 2021
Loading