From 8c5c40a01ebd89dba42e44cdbfc52a2a68ba186a Mon Sep 17 00:00:00 2001 From: "pixeebot[bot]" <104101892+pixeebot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 03:45:50 +0000 Subject: [PATCH] Verify JWT Decode --- featureflags/client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/featureflags/client.py b/featureflags/client.py index e709b42..003f688 100644 --- a/featureflags/client.py +++ b/featureflags/client.py @@ -182,8 +182,7 @@ def authenticate(self): response = retryable_authenticate(client=client, body=body).parsed self._auth_token = response.auth_token - decoded = decode(self._auth_token, options={ - "verify_signature": False}) + decoded = decode(self._auth_token, options={"verify_signature": True}) self._environment_id = decoded["environment"] self._cluster = decoded["clusterIdentifier"] if not self._cluster: pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy