Commit graph

3 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
dbcf9bebc3
refactor(auth_jwt): update terminology from user key to JWT
Some checks failed
ci / ci (push) Failing after 0s
Aligned terminology with JWT standards by changing references from "user key" to "JWT" for better clarity and consistency. This enhances understanding for developers and users familiar with JWT (JSON Web Token) authentication, ensuring the plugin's description and functionality are clear.
2024-06-25 18:24:00 +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
Renamed from lang/en/auth_userkey.php (Browse further)