Skip to content

Files

Latest commit

 

History

History

create-session-example-js

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Create ConnectyCube session example

How to run:

npm install
node index.js 

Output:

[response] {
  session: {
    created_at: '2024-12-17T16:57:37.113Z',
    updated_at: '2024-12-17T16:57:37.113Z',
    application_id: 8056,
    token: '0ECD154DBFED73B7303B69DA47A3C0504F10',
    nonce: 265071,
    ts: 1734454656,
    user_id: 12915655,
    id: 12915655,
    user: {
      _id: '6761ad3455c10a002e9c012b',
      id: 12915655,
      created_at: '2024-12-17T16:56:20Z',
      updated_at: '2024-12-17T16:56:20Z',
      timezone: null,
      login: null,
      email: 'usertest@gmail.com',
      full_name: null,
      phone: null,
      website: null,
      twitter_id: null,
      facebook_id: null,
      custom_data: null,
      user_tags: null,
      avatar: null,
      external_id: null,
      last_request_at: null,
      external_user_id: null,
      is_guest: null
    }
  }
}