Commit graph

6 commits

Author SHA1 Message Date
6b51e0bceb
feat(auth_jwt): add JWT secret key configuration
Some checks failed
ci / ci (push) Failing after 0s
Introduced new settings for JWT secret and its description to the JWT authentication plugin. The settings allow administrators to configure a secret key used for signing JWT tokens.

Also updated the plugin version to ensure proper synchronization with these changes.

Addresses setup requirements for heightened JWT security.
2024-06-25 19:26:41 +02:00
9a87e9a496
refactor(auth): rename auth_userkey to auth_jwt
Some checks failed
ci / ci (push) Failing after 0s
Rebranded the auth_userkey plugin to auth_jwt, including changes to namespace, class names, and configuration settings to reflect the new jwt-based authentication mechanism. Updated copyright notices and contact information accordingly. This refactoring also includes the introduction of JWT token management using the Firebase JWT library, replacing the user quick keys.
2024-06-25 12:00:04 +02:00
Dmitrii Metelkin
b07d17fbee Remove whitespace 2022-08-19 09:19:01 +10:00
Miguel Urtado
86c72529f6
Display locking profile fields
Display locking / mapping of profile fields
2021-09-02 00:19:38 -03:00
Dmitrii Metelkin
9730daaba1 Remove whitespace 2018-01-29 11:52:04 +11:00
Andrew Hancox
4afc2055be Move settings into settings.php 2018-01-23 15:29:50 +00:00