We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa3d97 commit 7f72b48Copy full SHA for 7f72b48
src/JWT.php
@@ -42,6 +42,8 @@ class JWT
42
'HS512' => array('hash_hmac', 'SHA512'),
43
'HS384' => array('hash_hmac', 'SHA384'),
44
'RS256' => array('openssl', 'SHA256'),
45
+ 'RS384' => array('openssl', 'SHA384'),
46
+ 'RS512' => array('openssl', 'SHA512'),
47
);
48
49
/**
0 commit comments