passport-parse-session
A passport strategy to use Parse session tokens for authentication.
Usage
Authenticated requests must have a session_token
key in their body.
var Parse = ;var ParseSessionStrategy = ; // Set Parse keysParse; // Create a new strategypassport; // Use the strategy to authenticate requestsapp;
License
MIT