felixrupp / user_cas

This app provides CAS authentication support for ownCloud and Nextcloud, using the phpCAS library of jasig/apereo.
Other
21 stars 24 forks source link

Improvement SingleSignout (Version 2) #87

Closed pingou2712 closed 4 years ago

pingou2712 commented 4 years ago

Improvement of SingleSignout The logout now only concern the session that was initiated by the CAS session Need : 1/ One table (user_cas_ticket) in order to save the correspondance ticket<=>sessionId 2/ One CronJob in order to delete ticket when token become invalide