mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-04 15:04:43 +00:00
feat: add support for email verification (#1223)
This commit is contained in:
@@ -92,6 +92,11 @@ export const oneTimeAccessTokens = [
|
||||
{ token: 'YCGDtftvsvYWiXd0', expired: true }
|
||||
];
|
||||
|
||||
export const emailVerificationTokens = [
|
||||
{ token: '2FZFSoupBdHyqIL65bWTsgCgHIhxlXup', expired: false },
|
||||
{ token: 'EXPIRED1234567890ABCDE', expired: true }
|
||||
];
|
||||
|
||||
export const apiKeys = [
|
||||
{
|
||||
id: '5f1fa856-c164-4295-961e-175a0d22d725',
|
||||
|
||||
Reference in New Issue
Block a user