Apostrophe 3.11.0: The first release of 2022! 🐣 #3608
agilbert
announced in
Announcements
Replies: 2 comments
-
Not sure if anyone's pointed this out yet but the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for telling us. The module is public in npm, but the repository was inadvertently private. It is now public. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Happy New Year everyone!
We’re back at it with a new release for you this week that includes the migration of our
apostrophe-passport
module to A3. The new Passport Bridge module will give you the ability to authenticate your CMS users against popular services like Google and Okta, with all of the flexibility and extensibility that Passport.js provides.We've also published some new documentation that we're excited to share. This will be especially valuable for any developers looking to extend or modify the core UI of A3.
Other than that, it’s a relatively quiet release for us, but we’re just getting started for the year. Stay tuned for more updates to our migration utilities, as well as new stability, performance, and feature improvements in the coming weeks and months.
As always we welcome you to check out our public roadmap and share any feedback with us there. Or find us in Discord or here in the GitHub discussions if you want to get a different kind of conversation going.
Read on below for the full release notes and here’s to a great year ahead 💪
Apostrophe 3.11.0
Adds
req.login
to emit anafterSessionLogin
event from the@apostrophecms:login
module, withreq
as an argument. Note that this does not occur at all for login API calls that return a bearer token rather than establishing an Express session.Fixes
req.login
now accounts for thereq.logIn
alias and the skippableoptions
parameter, which is relied upon in somepassport
strategies.Changes
vue-click-outside-element
the packaging of which has been fixed upstream.__testDefaults
option. It is not in use, but removing would be a minor BC break we don't need to make.@apostrophecms/express
module.Apostrophe 3.x modules
passport-bridge 1.0.0-beta
palette 3.0.0
Beta Was this translation helpful? Give feedback.
All reactions