fabric8-services / fabric8-auth

Identity and Access Management for fabric8 services
https://auth.openshift.io/api/status
Apache License 2.0
14 stars 26 forks source link

[User deactivation] record user's latest activity #796

Closed xcoulon closed 5 years ago

xcoulon commented 5 years ago

Part of the User Deactivation Epic

We need to keep track of user's latest activity on the platform, so we can determine if she has been inactive for a certain amount of time. At the auth service level, this could be done by recording the last time a token was issued/verified, for example.