1
1
# loopback-component-passport
2
2
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
4
13
5
14
The module provides integration between [ LoopBack] ( http://loopback.io ) and
6
15
[ 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
20
29
https://github.com/strongloop/loopback-example-passport/blob/master/README.md#4-facebook-profile-info .
21
30
22
31
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