This commit is contained in:
parent
da36f87250
commit
1009a9b8d5
@ -53,7 +53,7 @@ class Authority {
|
|||||||
key,
|
key,
|
||||||
(info) => {
|
(info) => {
|
||||||
try {
|
try {
|
||||||
return keystore.get_key (info.iat / 1000, info.iss);
|
return await keystore.get_key (info.iat / 1000, info.iss);
|
||||||
}
|
}
|
||||||
catch {
|
catch {
|
||||||
return '';
|
return '';
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sapphirecode/auth-server-helper",
|
"name": "@sapphirecode/auth-server-helper",
|
||||||
"version": "3.3.1",
|
"version": "3.3.2",
|
||||||
"main": "dist/lib/index.js",
|
"main": "dist/lib/index.js",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Timo Hocker",
|
"name": "Timo Hocker",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user