stable
Clone or download
Read-only
This patch allows correct JWT token generation for Mercure, and backend authentication Part of story #28301 Have Kanban realtime be Mercure based Change-Id: Icf8e2b21ac996e0c667f1c8347d4e2a408ae4fc1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php | +3 | −7 | Go to diff View file |
A | src/common/JWT/generators/MercureJWTGenerator.php | +93 | −0 | Go to diff View file |
A | src/common/RealTimeMercure/ClientBuilder.php | +61 | −0 | Go to diff View file |
M | src/common/RealTimeMercure/MercureClient.php | +4 | −1 | Go to diff View file |
A | src/common/RealTimeMercure/NullClient.php | +28 | −0 | Go to diff View file |
A | tests/unit/common/JWT/generators/MercureJWTGeneratorTest.php | +110 | −0 | Go to diff View file |
A | tests/unit/common/RealTimeMercure/ClientBuilderTest.php | +69 | −0 | Go to diff View file |
M | tests/unit/common/RealTimeMercure/MercureClientTest.php | +39 | −3 | Go to diff View file |