Can someone answer below queries on urgent basis. These are imp to know to go ahead in my app with OrientDB
On app start / load, I want to do actions in below sequence: 1. Check if user is already logged-in in server. Is there any REST call to do that ? This need to be done even before connecting to server. 2. If user is not logged-in, connect to server using REST call connect/db 3.If user login is successful, get user details or at least RID on client 4. Initialize the app with required data from server. Queries: - Even before connecting to DB using connect/db REST call, check if any user is already logged-in. I am transitioning from Wakanda, it has a function currentUser()<http://doc.wakanda.org/Directory/Directory-Class/currentUser.301-814704.en.html>which performs this check. Do we have something similar in OrientDB ? - Once user login with connect/db REST call, client will receive SessionID. How to use it in subsequent call for authentication in place of sending username:password in every REST call. Regards, Gaurav -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
