mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01:00
Added redis check to verify.
This commit is contained in:
parent
13fd3ccd16
commit
208fcb8418
4 changed files with 20 additions and 13 deletions
|
|
@ -7,7 +7,7 @@ import { secret } from 'lib/crypto';
|
|||
const log = debug('umami:auth');
|
||||
|
||||
export function generateAuthToken() {
|
||||
return getRandomChars(32);
|
||||
return `auth:${getRandomChars(32)}`;
|
||||
}
|
||||
|
||||
export function getAuthToken(req) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue