craftercms / craftercms

Parent project for Crafter CMS. Issue tracking across all repositories and global builds.
GNU General Public License v3.0
282 stars 98 forks source link

Super admin should be able to see and disable/delete all JWT Tokens #6722

Open russdanner opened 3 weeks ago

russdanner commented 3 weeks ago

Latest version

Duplicates

Is your enhancement request related to a problem? Please describe.

The super admin must be able to see and delete any JWT token in the system (even those belonging to other users).

Describe the solution you'd like

Super admin should be able to see and disable/delete all JWT Tokens.

Discussion Point: Do we expire, invalidate, or delete JWT tokens? Let's discuss.