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

koa-passport

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-passport - npm Package Versions

2345

6.0.0

Diff

Changelog

Source

6.0.0

Potentially breaking change:

  • change logout signature from (options, callback) => void to (options) => Promise<void> #188
rkusa
published 5.0.0 •

Changelog

Source

5.0.0

  • upgrade passport to 0.6
rkusa
published 4.1.4 •

Changelog

Source

4.1.4

  • add ip to the Koa ctx delegates #157
rkusa
published 4.1.3 •

Changelog

Source

4.1.3

  • add set to req to imporve compatibility with more passport strategies #128
rkusa
published 4.1.2 •

rkusa
published 4.1.1 •

Changelog

Source

4.1.1

  • add protocol to the Koa ctx delegates #121
rkusa
published 4.1.0 •

Changelog

Source

4.1.0

  • add res to req #114
  • add send() method to req #114
rkusa
published 4.0.1 •

Changelog

Source

4.0.1

  • add params to req #110
rkusa
published 4.0.0 •

Changelog

Source

4.0.0

  • upgrade passport to 0.4
  • add ctx getter to req #89
rkusa
published 3.0.0 •

Changelog

Source

3.0.0

  • remove ctx.passport and save state variables (like _passport and user) in ctx.state instead
  • prevent passport from monkey patching http.IncomingMessage
  • change arguments from custom authentication callbacks from user, info, status to err, user, info, status (err added) to be consistent with passport
  • add support for assignProperty option (#86)
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