Skip to content

Commit 6fd1924

Browse files
committed
Deploying to gh-pages from @ 2bf87d3 🚀
1 parent 2bf87d3 commit 6fd1924

16 files changed

+5028
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# loopback-component-passport
2+
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
13+
14+
The module provides integration between [LoopBack](http://loopback.io) and
15+
[Passport](http://passportjs.org) to support third-party login and account
16+
linking for LoopBack applications.
17+
18+
<img src="./ids_and_credentials.png" width="600px" />
19+
20+
> Please see the [official documentation](http://loopback.io/doc/en/lb3/Third-party-login-using-Passport.html) for more information.
21+
22+
## All local accounts requires verification
23+
24+
### All third party accounts will login with an email of `uniqueID@loopback.provider.com` example `123456@loopback.facebook.com`
25+
26+
which will allow the user to link the social media accounts that they want as well as the users could sign up with the same email account that is used for facebook/twitter/google/local if they wish to keep them separate.
27+
28+
Facebook profile information (such as email, gender, timezone, etc) may still be included if necessary. See
29+
https://github.com/strongloop/loopback-example-passport/blob/master/README.md#4-facebook-profile-info.
30+
31+
All user required info including the email will be available, but the main email for the account will remain `uniqueID@loopback.facebook.com`.
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)