🎨(joserfc) fix import path of RSAKey

`rfc7518` module will be removed in v1.4.0 of joserfc.
This commit is contained in:
Hsiaoming Yang
2025-08-25 22:37:36 +09:00
committed by Quentin BEY
parent 4e592382dc
commit 89674ad718

View File

@@ -9,7 +9,7 @@ from cryptography.hazmat.primitives import serialization
from cryptography.hazmat.primitives.asymmetric import rsa
from joserfc import jwe as jose_jwe
from joserfc import jwt as jose_jwt
from joserfc.rfc7518.rsa_key import RSAKey
from joserfc.jwk import RSAKey
from jwt.utils import to_base64url_uint
from lasuite.oidc_resource_server.authentication import (
ResourceServerAuthentication,