Session Context

Variables that are provided by the user management system when enabled.

Overview

You can use these variables for data binding, visual logic, scripts, or query parameters, and will be some of the most recurrent start points for your application.

User Variables

Access this context to bind or use the currently logged-in user in your app to your queries, logic or UI.

Name
Type
Description

id

string

unique identifier of the user in the database

email

string

email of the client who is going to be register on project's database

name

string

name of the client who is going to be register on project's database

image_url

string

image url of the client who is going to be register on project's database

Last updated

Was this helpful?