feat: add link generation support (short/sentence links) + wordlist
All checks were successful
Update changelog / changelog (push) Successful in 26s
All checks were successful
Update changelog / changelog (push) Successful in 26s
This commit is contained in:
@@ -7,6 +7,8 @@ import { generateSha512 } from '../tools/hasher';
|
||||
import * as jwt from '../tools/jwt';
|
||||
|
||||
/**
|
||||
* `POST /api/v1/user/signIn`
|
||||
*
|
||||
* Handles requests for user logon
|
||||
*
|
||||
* @param {Request} req The Express request
|
||||
@@ -77,6 +79,8 @@ export async function loginUserHandler(
|
||||
}
|
||||
|
||||
/**
|
||||
* `POST /api/v1/user/signUp`
|
||||
*
|
||||
* Handles requests for user registration
|
||||
*
|
||||
* @param {Request} req The Express request
|
||||
|
||||
Reference in New Issue
Block a user