context.device key, user session timeout
Last edit:
February 25, 2019
NEW
- Added
context.device
key: It includes information about device type, like desktop, smartphone, etc. Should save you some work. - Search by ID for
admin_*
queries: Added the possibility to search by ID foradmin_*
queries. Also, added metadata to alladmin_*
resources (possible to set them via GraphQL). - User session timeout: You can now change the duration of a user session to control when the user timeouts.
Follow our step-by-step tutorial to learn more about Updating Instance Configuration and setting the duration of a user session.
IMPROVED
- Protected context.constants:
context.constants
are now properly protected from accidental leaking. They won’t be visible when you do{{ context }}
, you have to explicitly call{{ context.constants }}
. Soon, we will add a UI to add/remove them via the Partner Portal.