Skip to content

Commit

Permalink
Merge branch 'main' into pro-6133-esm
Browse files Browse the repository at this point in the history
* main:
  release 1.2.1
  • Loading branch information
haroun committed Oct 18, 2024
2 parents b23f02d + 6baf478 commit 9424768
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

## UNRELEASED

* Adds translation strings.
* Use `self.apos.root.import` instead of `self.apos.root.require`.
* `enablePassportStrategies` is now async.

## 1.2.1 (2024-10-03)

* Adds translation strings.

## 1.2.0 - 2023-06-08

* Support for making "connections" to secondary accounts. For instance, a user whose primary account login method is email can connect
Expand All @@ -14,7 +17,7 @@ their account to a github account when the appropriate features are active as de
pass it on to the strategy in both ways, as well as to both the login and callback routes. This allows `passport-github2`
to capture the user's private email address correctly, and should help with other differences between strategies as well.
* Back to using upstream `passport-oauth2-refresh` now that our PR has been accepted (thanks).

## 1.2.0-alpha.4 - 2023-04-07

* More dependency games.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apostrophecms/passport-bridge",
"version": "1.2.0",
"version": "1.2.1",
"description": "Passport.js authentication for Apostrophe",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,4 +30,4 @@
"humanname": "^0.2.2",
"passport-oauth2-refresh": "^2.2.0"
}
}
}

0 comments on commit 9424768

Please sign in to comment.