Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

passport-rescuetime

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-rescuetime - npm Package Compare versions

Comparing version 0.1.12 to 0.2.0

2

package.json
{
"name": "passport-rescuetime",
"version": "0.1.12",
"version": "0.2.0",
"description": "GitHub authentication strategy for Passport.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -31,3 +31,3 @@ # Passport-RescueTime

function(accessToken, refreshToken, profile, done) {
User.findOrCreate({ rescuetimeId: profile.id }, function (err, user) {
User.findOrCreate({ .. }, function (err, user) {
return done(err, user);

@@ -38,2 +38,5 @@ });

Note that the RescueTime does not return profile information so the profile argument
will be empty.
#### Authenticate Requests

@@ -57,6 +60,2 @@

## Examples
For a complete, working example, refer to the [login example](https://github.com/bencmbrook/passport-rescuetime/tree/master/examples/login).
## Credits

@@ -63,0 +62,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc