italia / spid-cie-oidc-django

The SPID/CIE OIDC Federation SDK, written in Python
Apache License 2.0
27 stars 28 forks source link

[Feat][Provider] User login session history with local logout #142

Closed peppelinux closed 2 years ago

peppelinux commented 2 years ago

A paginated table that show to the user all the oidc session created

The user can see

relying party name, authentication datetime, state, logout

if state == 'active' the logout cell shows the logout button

This feature needs two view, list and local logout

peppelinux commented 2 years ago

Done here https://github.com/italia/spid-cie-oidc-django/pull/155