Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The login status API is located in the default module, so the URL is accessed directly without "editor" prefix.

Provides status informations about the authenticated user.

URL:

/login/status

Available Methods:

GET

Specialities:

-

Resource Layout

Name

Type

Info

state

string

GET only, contains "authenticated" if a user is authenticated at the application.

user

object

contains the authenticated user. The users structure is as described in the user API.

  • No labels