Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

koa-simple-oauth

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-simple-oauth - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"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 @@ };

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc