This commit is contained in:
parent
b27ab8c6fc
commit
051c2bdbbd
@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) Sapphirecode - All Rights Reserved
|
||||||
|
* This file is part of Auth-Server-Helper which is released under MIT.
|
||||||
|
* See file 'LICENSE' for full license details.
|
||||||
|
* Created by Timo Hocker <timo@scode.ovh>, December 2020
|
||||||
|
*/
|
||||||
|
|
||||||
import {
|
import {
|
||||||
create_salt,
|
create_salt,
|
||||||
sign_object,
|
sign_object,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) Sapphirecode - All Rights Reserved
|
* Copyright (C) Sapphirecode - All Rights Reserved
|
||||||
* This file is part of crypto-helper which is released under MIT.
|
* This file is part of Auth-Server-Helper which is released under MIT.
|
||||||
* See file 'LICENSE' for full license details.
|
* See file 'LICENSE' for full license details.
|
||||||
* Created by Timo Hocker <timo@scode.ovh>, May 2020
|
* Created by Timo Hocker <timo@scode.ovh>, May 2020
|
||||||
*/
|
*/
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) Sapphirecode - All Rights Reserved
|
||||||
|
* This file is part of Auth-Server-Helper which is released under MIT.
|
||||||
|
* See file 'LICENSE' for full license details.
|
||||||
|
* Created by Timo Hocker <timo@scode.ovh>, December 2020
|
||||||
|
*/
|
||||||
|
|
||||||
import { hash_sha512 } from '@sapphirecode/crypto-helper';
|
import { hash_sha512 } from '@sapphirecode/crypto-helper';
|
||||||
import auth from '../../lib/Authority';
|
import auth from '../../lib/Authority';
|
||||||
import bl from '../../lib/Blacklist';
|
import bl from '../../lib/Blacklist';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user