Skip to content
Snippets Groups Projects
Commit 13a56100 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

django/models: Add new fields and oidc_profile property to OIDCUser

Add fields "expires_in" and "refresh_expires_in" to OIDCUser model storing
the validity times for access and refresh tokens.

Add oidc_profile property to get the OpenID Connect profile associated to
the user as a dictionary.

Update and simplify tests for OIDCUser model.

Related to T3150
parent 8a5681a7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment