def load_remote_public_key()

in userbeacon/jwt_auth_backend.py [0:0]


    def load_remote_public_key(token):
        jwks_url = settings.JWT_CERTIFICATE_PATH
        jwks_client = jwt.PyJWKClient(jwks_url)
        return jwks_client.get_signing_key_from_jwt(token).key