nodecommons-rest
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -10,3 +10,3 @@ import { CommonsUserPwSessionService } from 'nodecommons-security'; | ||
constructor(restServer: CommonsRestServer, sessionService: CommonsUserPwSessionService<T>); | ||
addAuthentication(authenticateQuery: string, getUserByUsername: (username: string) => Promise<T>): void; | ||
addAuthentication(authenticateQuery: string, getUserByUsername: (username: string) => Promise<T | undefined>): void; | ||
private wrapNoContentHandler; | ||
@@ -13,0 +13,0 @@ private wrapContentHandler; |
{ | ||
"name": "nodecommons-rest", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75217