Skip to content

Commit cd0d3b9

Browse files
committed
Update LTS status in README
1 parent a837974 commit cd0d3b9

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# loopback-component-passport
22

3-
**NOTE: This module supersedes [loopback-passport](https://www.npmjs.org/package/loopback-passport). Please update your package.json accordingly.**
3+
**⚠️ LoopBack 3 is in Maintenance LTS mode, only critical bugs and critical
4+
security fixes will be provided. (See
5+
[Module Long Term Support Policy](#module-long-term-support-policy) below.)**
6+
7+
We urge all LoopBack 3 users to migrate their applications to LoopBack 4 as
8+
soon as possible. Refer to our
9+
[Migration Guide](https://loopback.io/doc/en/lb4/migration-overview.html)
10+
for more information on how to upgrade.
11+
12+
## Overview
413

514
The module provides integration between [LoopBack](http://loopback.io) and
615
[Passport](http://passportjs.org) to support third-party login and account
@@ -20,3 +29,15 @@ Facebook profile information (such as email, gender, timezone, etc) may still be
2029
https://github.com/strongloop/loopback-example-passport/blob/master/README.md#4-facebook-profile-info.
2130

2231
All user required info including the email will be available, but the main email for the account will remain `[email protected]`.
32+
33+
## Module Long Term Support Policy
34+
35+
This module adopts the [
36+
Module Long Term Support (LTS)](http://github.com/CloudNativeJS/ModuleLTS) policy,
37+
with the following End Of Life (EOL) dates:
38+
39+
| Version | Status | Published | EOL |
40+
| ------- | --------------- | --------- | -------- |
41+
| 3.x | Maintenance LTS | Dec 2016 | Dec 2020 |
42+
43+
Learn more about our LTS plan in [docs](https://loopback.io/doc/en/contrib/Long-term-support.html).

0 commit comments

Comments
 (0)