- 
                Notifications
    You must be signed in to change notification settings 
- Fork 13
Open
Description
below you can see in my code, that there is sessionData and there is an access_token returned
GET /create-account?_data=routes%2Fcreate-account 200 - - 6.599 ms
sessionData {
  access_token: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJhdXRoZW50aWNhdGVkIiwiZXhwIjoxNjM4NTU2NzEzLCJzdWIiOiJjMTIxNDY0NC1jMzMxLTQ5NDQtYjc0Ny00MjcyYWU3MTgzMmIiLCJlbWFpbCI6ImFhcm9uLTEwMUBtYWlsLmNvbSIsInBob25lIjoiIiwiYXBwX21ldGFkYXRhIjp7InByb3ZpZGVyIjoiZW1haWwiLCJwcm92aWRlcnMiOlsiZW1haWwiXX0sInVzZXJfbWV0YWRhdGEiOnt9LCJyb2xlIjoiYXV0aGVudGljYXRlZCJ9.mo6jWc3MwfxpBiwdqIWI36bxRpBaUhhmqzpJzvEJ7Ik',
  token_type: 'bearer',
  expires_in: 3600,
  refresh_token: 'jf_1kNHTpQi5I9iJfuNJYw',
  user: {
    id: 'c1214644-c331-4944-b747-4272ae71832b',
    aud: 'authenticated',
    role: 'authenticated',
    email: '[email protected]',
    email_confirmed_at: '2021-12-03T17:38:33.643824359Z',
    phone: '',
    last_sign_in_at: '2021-12-03T17:38:33.64715745Z',
    app_metadata: { provider: 'email', providers: [Array] },
    user_metadata: {},
    identities: [ [Object] ],
    created_at: '2021-12-03T17:38:33.638812Z',
    updated_at: '2021-12-03T17:38:33.648941Z'
  },
  expires_at: 1638556714
}
user {
  id: 'c1214644-c331-4944-b747-4272ae71832b',
  aud: 'authenticated',
  role: 'authenticated',
  email: '[email protected]',
  email_confirmed_at: '2021-12-03T17:38:33.643824359Z',
  phone: '',
  last_sign_in_at: '2021-12-03T17:38:33.64715745Z',
  app_metadata: { provider: 'email', providers: [ 'email' ] },
  user_metadata: {},
  identities: [
    {
      id: 'c1214644-c331-4944-b747-4272ae71832b',
      user_id: 'c1214644-c331-4944-b747-4272ae71832b',
      identity_data: [Object],
      provider: 'email',
      last_sign_in_at: '2021-12-03T17:38:33.641370738Z',
      created_at: '2021-12-03T17:38:33.641411Z',
      updated_at: '2021-12-03T17:38:33.641411Z'
    }
  ],
  created_at: '2021-12-03T17:38:33.638812Z',
  updated_at: '2021-12-03T17:38:33.648941Z'
}
POST /create-account?_data=routes%2Fcreate-account 204 - - 432.850 ms
GET /?_data=routes%2Findex 200 - - 160.066 ms
Metadata
Metadata
Assignees
Labels
No labels