Skip to content

Commit ed7f82d

Browse files
authored
Update README.md with new twitter logo (sahat#1287)
* Update README.md, replaced twitter with X (twitter)
1 parent d1d7b37 commit ed7f82d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Features
7070
--------
7171
- Login
7272
- **Local Authentication** using Email and Password
73-
- **OAuth 2.0 Authentication:** Sign in with Google, Facebook, Twitter, LinkedIn, Twitch, Github, Snapchat
73+
- **OAuth 2.0 Authentication:** Sign in with Google, Facebook, X (Twitter), LinkedIn, Twitch, Github, Snapchat
7474
- **User Profile and Account Management**
7575
- Gravatar
7676
- Profile Details
@@ -148,7 +148,7 @@ After completing step 1 and locally installing MongoDB, you should be able to ac
148148
- reCAPTCHA
149149
- For contact form submission
150150
- OAuth for social logins (Sign in with / Login with)
151-
- Depending on your application need, obtain keys from Google, Facebook, Twitter, LinkedIn, Twitch, GitHub, Snapchat. You don't have to obtain valid keys for any provider that you don't need. Just remove the buttons and links in the login and account pug views before your demo.
151+
- Depending on your application need, obtain keys from Google, Facebook, X (Twitter), LinkedIn, Twitch, GitHub, Snapchat. You don't have to obtain valid keys for any provider that you don't need. Just remove the buttons and links in the login and account pug views before your demo.
152152
- API keys for service providers in the API Examples if you are planning to use them.
153153

154154
- MongoDB Atlas
@@ -272,7 +272,7 @@ Obtain SMTP credentials from a provider for transactional emails. Set the SMTP_
272272

273273
<hr>
274274

275-
<img src="https://seeklogo.com/images/T/twitter-2012-positive-logo-916EDF1309-seeklogo.com.png" width="90">
275+
<img src="https://i.imgur.com/Vlqfv7a.jpg" width="90">
276276

277277
- Sign in at <a href="https://apps.twitter.com/" target="_blank">https://apps.twitter.com</a>
278278
- Click **Create a new application**
@@ -447,7 +447,7 @@ List of Packages
447447
| @lob/lob-typescript-sdk | Lob (USPS mailing / physical mailing service) library. |
448448
| @node-rs/bcrypt | Library for hashing and salting user passwords. |
449449
| @octokit/rest | GitHub API library. |
450-
| @passport-js/passport-twitter | Twitter login support (OAuth 2). |
450+
| @passport-js/passport-twitter | X (Twitter) login support (OAuth 2). |
451451
| @popperjs/core | Frontend js library for poppers and tooltips. |
452452
| axios | HTTP client. |
453453
| body-parser | Node.js body parsing middleware. |
@@ -551,7 +551,7 @@ Recommended Client-side Libraries
551551
Pro Tips
552552
--------
553553

554-
- Need to find a specific object inside an Array? Use [_.find](http://lodash.com/docs#find) function from Lodash. For example, this is how you would retrieve a Twitter token from database: `var token = _.find(req.user.tokens, { kind: 'twitter' });`, where 1st parameter is an array, and a 2nd parameter is an object to search for.
554+
- Need to find a specific object inside an Array? Use [_.find](http://lodash.com/docs#find) function from Lodash. For example, this is how you would retrieve an X (Twitter) token from database: `var token = _.find(req.user.tokens, { kind: 'twitter' });`, where 1st parameter is an array, and a 2nd parameter is an object to search for.
555555

556556
FAQ
557557
---

0 commit comments

Comments
 (0)