× Requests and support related to jBackend.

SSL and login

More
7 years 5 months ago #5807 by admin
Replied by admin on topic SSL and login
You can check if the user is already logged in with User Status:

www.selfget.com/documentation/jbackend-joomla30/user-module-api.html

Example (REST format)
<end-point>/get/user/status

Response
{
"status": "ok",
"is_guest": <0 or 1>,
"user_id": "<user_id>",
"session_id": "<session_id>",
"session_expire": <session_expire>
}

Kind regards,
Luigi

Please Log in or Create an account to join the conversation.

Time to create page: 0.125 seconds