enterprise: fix license check not using the proper JWT algorithm
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
parent
e51bef218a
commit
18472c231a
|
@ -73,7 +73,7 @@ class LicenseKey:
|
||||||
decode(
|
decode(
|
||||||
jwt,
|
jwt,
|
||||||
our_cert.public_key(),
|
our_cert.public_key(),
|
||||||
algorithms=["ES521"],
|
algorithms=["ES512"],
|
||||||
audience=get_license_aud(),
|
audience=get_license_aud(),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
Reference in New Issue