From ad5c9692b9b40d03800248685ab8fe7d68ed4213 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Tue, 28 Jan 2025 18:26:18 +0300 Subject: [PATCH] m --- .../docker/features/network/docs/presentations.txt | 3 +++ nontech/politics/clubs/streetoftruth/streetoftruth.txt | 2 +- nontech/politics/people/gennady-m.txt | 2 +- security/server/keycloak/internals/token-verifier.txt | 7 +++++++ 4 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 security/server/keycloak/internals/token-verifier.txt diff --git a/devops/container/docker/features/network/docs/presentations.txt b/devops/container/docker/features/network/docs/presentations.txt index 586b6fe0c..f1e3d79c1 100644 --- a/devops/container/docker/features/network/docs/presentations.txt +++ b/devops/container/docker/features/network/docs/presentations.txt @@ -1,3 +1,6 @@ +2025 +Otus - Working with Data and Networks in Docker 0:00 of 1:59:21 + https://www.youtube.com/watch?v=zy_ftPLKLzE 2024 Nerzon - Docker Network Intro and Drivers 0:00 of 11:53 https://www.youtube.com/watch?v=kchOh_l_poY diff --git a/nontech/politics/clubs/streetoftruth/streetoftruth.txt b/nontech/politics/clubs/streetoftruth/streetoftruth.txt index 38939f951..1d3f3d4b7 100644 --- a/nontech/politics/clubs/streetoftruth/streetoftruth.txt +++ b/nontech/politics/clubs/streetoftruth/streetoftruth.txt @@ -38,7 +38,7 @@ InRPC - Gevorgyan - Zemskov - Sanyal - Revenge is of 1:06:28 InRPC - Own Big Game 01.17 53:00 of 1:05:18 https://www.youtube.com/watch?v=8D3FD88tZlo 2024 -InRPC - Devyatov - III WW Will end in 2025 by New Currency Peace 18:00 of 1:26:43 +InRPC - Devyatov - III WW Will end in 2025 by New Currency Peace 30:00 of 1:26:43 https://www.youtube.com/watch?v=EXTLaOuMB38 InRPC - Hazin - Kostenko - Nov 7 25:00 of 1:10:09 https://www.youtube.com/watch?v=ze2FA3dYupQ diff --git a/nontech/politics/people/gennady-m.txt b/nontech/politics/people/gennady-m.txt index c6a673537..dbf85c9a0 100644 --- a/nontech/politics/people/gennady-m.txt +++ b/nontech/politics/people/gennady-m.txt @@ -13,7 +13,7 @@ MichaelTellbot - Golographics Universe USLawAndOrder - Dudnik - GennadyM - Trump and RomanClub 28:00 of 1:03:50 https://www.youtube.com/watch?v=d-OYfN8HXu0 2024 -USLawAndOrder - Dudnik - GennadyM - 10.18 51:00 of 1:12:18 +USLawAndOrder - Dudnik - GennadyM - 10.18 of 1:12:18 https://www.youtube.com/watch?v=LD2H0vGrS3U GennadyM - The Economist - 2025 - Hidden Plans of Saturnists of 57:48 https://www.youtube.com/watch?v=znIh6rzWrr4 diff --git a/security/server/keycloak/internals/token-verifier.txt b/security/server/keycloak/internals/token-verifier.txt new file mode 100644 index 000000000..31c738243 --- /dev/null +++ b/security/server/keycloak/internals/token-verifier.txt @@ -0,0 +1,7 @@ +https://github.com/keycloak/keycloak/blob/main/core/src/main/java/org/keycloak/TokenVerifier.java +https://www.keycloak.org/docs-api/latest/javadocs/org/keycloak/TokenVerifier.html#issuedFor(java.lang.String) + +https://github.com/keycloak/keycloak/blob/main/core/src/main/java/org/keycloak/representations/JsonWebToken.java + org.keycloak.representations.JsonWebToken.getIssuedFor() + +import static org.keycloak.representations.JsonWebToken.AZP;