developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 12 years ago
Last modified 9 years ago
#765 confirmed enhancement
jAuth: auth plugin should periodically check the validity of credentials against the auth backend
Reported by: | Julien | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | jelix:auth | Version: | trunk |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
In the auth coord plugin, we could have a config option named "checkInterval" which will represent the number of seconds after which the auth credentials stored in session should be checked for validity in the auth backend (db, ldap, class, ...).
Setting this parameter to null will disabled periodic validation.
That way, it will be possible to invalidate auth for already connected users (I'm an admin, and I disable a contributor's account for example, then he should be logged out without having to wait for the session to expire).
Change History (3)
comment:1 Changed 12 years ago by Julien
- Status changed from new to assigned
comment:2 Changed 11 years ago by laurentj
- Milestone Jelix 1.2 deleted
comment:3 Changed 9 years ago by laurentj
- Owner Julien deleted
- Status changed from assigned to confirmed
Note: See
TracTickets for help on using
tickets.