add session to the "sessions" table
1 | add_session(conn_, session, app_uid, schema = "polished")
|
conn_ |
the database connection |
session |
list containing session data with the following elements: - session_uid - user_uid - email - email_verified - hashed_cookie |
app_uid |
the id of the apps |
schema |
the database schema |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.