orator-session
Advanced tools
Comparing version 1.0.17 to 1.0.18
{ | ||
"name": "orator-session", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "Session state and authentication manager for Orator Restful web API server.", | ||
@@ -33,3 +33,3 @@ "main": "source/Orator-Session.js", | ||
"fable": "^0.1.6", | ||
"orator": "^1.0.12" | ||
"orator": "^1.0.18" | ||
}, | ||
@@ -36,0 +36,0 @@ "optionalDependencies": { |
@@ -59,2 +59,10 @@ /** | ||
// depending on configuration (WWW-Auth for example) | ||
//In case of an Orator proxy, these endpoints need to be omitted | ||
if (pFable.webServer) | ||
{ | ||
pFable.omitProxyRoute('1.0/Deauthenticate'); | ||
pFable.omitProxyRoute('1.0/CheckSession'); | ||
pFable.omitProxyRoute('1.0/CheckoutSessionToken'); | ||
} | ||
}; | ||
@@ -61,0 +69,0 @@ |
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
38517
1300