Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/ai-llm
Commit: 20068576965008cb7127fb2c39e4bd3d8cb49360
https://github.com/xwiki-contrib/ai-llm/commit/20068576965008cb7127fb2c39e4…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-05-06 (Mon, 06 May 2024)
Changed paths:
M application-ai-llm-authentication/application-ai-llm-authentication-api/src/main/java/org/xwiki/contrib/llm/authentication/internal/ClaimValidator.java
M application-ai-llm-authentication/application-ai-llm-authentication-api/src/test/java/org/xwiki/contrib/llm/authentication/JWTTokenAuthTest.java
Log Message:
-----------
LLMAI-55: Add a token-based authenticator
* Also deny tokens that are more than 24 hours old based on the issue time.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/ai-llm
Commit: 50df0b6ab93d51a2a9ccf02e0b1f2b0aed3aeca8
https://github.com/xwiki-contrib/ai-llm/commit/50df0b6ab93d51a2a9ccf02e0b1f…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-05-06 (Mon, 06 May 2024)
Changed paths:
M application-ai-llm-authentication/application-ai-llm-authentication-api/src/main/java/org/xwiki/contrib/llm/authentication/JWTTokenAuth.java
A application-ai-llm-authentication/application-ai-llm-authentication-api/src/main/java/org/xwiki/contrib/llm/authentication/internal/ClaimValidator.java
M application-ai-llm-authentication/application-ai-llm-authentication-api/src/main/resources/META-INF/components.txt
M application-ai-llm-authentication/application-ai-llm-authentication-api/src/test/java/org/xwiki/contrib/llm/authentication/JWTTokenAuthTest.java
Log Message:
-----------
LLMAI-55: Add a token-based authenticator
* Validate the claims better to follow best practices.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications