lb-satellizer-twitter

lb-satellizer module for Authentication with Twitter

Usage no npm install needed!

<script type="module">
  import lbSatellizerTwitter from 'https://cdn.skypack.dev/lb-satellizer-twitter';
</script>

README

lb-satellizer-twitter

twitter module of lb-satellizer

$npm install lb-satellizer-twitter

Setup:

Add this to your satellizer.providers settings and follow the documentation for lb-satellizer

"twitter": {
   "consumerKey": "****"
   "consumerSecret": ""
   "callbackUrl": "http://yourUrl:yourPort"
 }