We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a4da7 commit 609a086Copy full SHA for 609a086
launchkey/__init__.py
@@ -1,5 +1,5 @@
1
"""LaunchKey Service SDK module"""
2
-SDK_VERSION = '3.8.1-rc.1'
+SDK_VERSION = '3.8.1-rc.2'
3
LAUNCHKEY_PRODUCTION = "https://api.launchkey.com"
4
VALID_JWT_ISSUER_LIST = ["svc", "dir", "org"]
5
JOSE_SUPPORTED_JWE_ALGS = ['RSA-OAEP']
0 commit comments