Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Dec 9, 2019
1 parent 0362042 commit 42ff63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "passport",
"version": "0.4.0",
"version": "0.4.1",
"description": "Simple, unobtrusive authentication for Node.js.",
"keywords": [
"express",
Expand Down

3 comments on commit 42ff63c

@ChuanyuWang
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what has been changed in version 0.4.1?

@2naive
Copy link

@2naive 2naive commented on 42ff63c Jul 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jaredhanson same question

@MBerka
Copy link

@MBerka MBerka commented on 42ff63c Sep 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The differences are mostly documentation. The only functional one appears to be in middleware/authenticate.js, where authenticate() can take a name list that includes a strategy object. Previously the strategy object had to be instantiated inside authenticate(). Probably added to give the modules more customization options.

Please sign in to comment.