Closed
Description
Hi
I want to use parse-server in a nodejs express application. Are there any up to date documentations available for the nodejs version of the JS SDK? As the JS SDK documentation is for browser JS versions only, there are quite some differences when using nodejs like:
require('parse/node');
insteadrequire('parse');
- no
Parse.User.current();
user
I have some issues with basic functions like:
- how do I logout an active session?
- how to verify if current session is valid?
- how do I prevent that the session table create a new entry for each login (old session entry is not deleted if the same user on the same machine login again)?
I use the parse-server hosting from nodechef.com (latest server and dashboard versions)
Metadata
Metadata
Assignees
Labels
No labels