tsoa setup
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import * as express from 'express';
|
||||
|
||||
export async function expressAuthentication(
|
||||
request: express.Request,
|
||||
securityName: string,
|
||||
scopes?: string[]
|
||||
): Promise<any> {
|
||||
console.dir({ request, securityName, scopes });
|
||||
return {};
|
||||
}
|
||||
Reference in New Issue
Block a user