Authorization

Check whether the requesting user is authenticated

Preflight check for whether the requesting user is authenticated

get/authorization/isAuthenticated

Response

Result of the authorization check

grantedboolean

Whether the authorization check resulted in granted authorization

api_key_idstring

The verified id of the api key, if api key auth used

user_idstring

The verified user id if the authentication is user based

Changes