koa-simple-oauth
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "koa-simple-oauth", | ||
"description": "Simple OAuth2 authentication middleware for Koa.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "Vereniging Campus Kabel <info@vck.tv> (https://vck.tv)", |
@@ -88,2 +88,10 @@ # koa-simple-oauth | ||
} | ||
}, | ||
// Route configuration (only works if a router is provided) | ||
routes: { | ||
login: '/login', | ||
authorized: '/authorized', | ||
whoami: '/whoami', | ||
logout: '/logout' | ||
} | ||
@@ -90,0 +98,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
15431
152