Advertisement
misfer_misfer

RESULT

Mar 27th, 2021
671
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.50 KB | None | 0 0
  1. {
  2.     "status": true,
  3.     "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC8xMjcuMC4wLjE6ODAwMFwvYXBpXC9hdXRoXC9sb2dpbiIsImlhdCI6MTYxNjgzMDMyMCwiZXhwIjoxNjE2OTE2NzIwLCJuYmYiOjE2MTY4MzAzMjAsImp0aSI6ImRzaXRZcVFWVTA3ejJpVnAiLCJzdWIiOjEsInBydiI6IjIzYmQ1Yzg5NDlmNjAwYWRiMzllNzAxYzQwMDg3MmRiN2E1OTc2ZjcifQ.78Qj2P5d7ZLs6aPMPa8sRwnWlR-3f-mn5mOpJ19owq4",
  4.     "token_type": "bearer",
  5.     "token_validity": 86400,
  6.     "roles": {
  7.         "id": 1,
  8.         "name": "Admin",
  9.         "email": "admin@admin.com",
  10.         "email_verified_at": null,
  11.         "first_name": "Super",
  12.         "last_name": "Admin",
  13.         "mobile": "9495321073",
  14.         "image": "image",
  15.         "gender": "male",
  16.         "branch_id": 1,
  17.         "created_by": 0,
  18.         "status": 1,
  19.         "created_at": null,
  20.         "updated_at": null,
  21.         "roles": [
  22.             {
  23.                 "id": 1,
  24.                 "role_name": "Admin111",
  25.                 "permissions": [
  26.                     {
  27.                         "id": 1,
  28.                         "name": "user_create"
  29.                     },
  30.                     {
  31.                         "id": 2,
  32.                         "name": "user_list"
  33.                     },
  34.                     {
  35.                         "id": 3,
  36.                         "name": "user_delete"
  37.                     },
  38.                     {
  39.                         "id": 4,
  40.                         "name": "user_update"
  41.                     }
  42.                 ]
  43.             }
  44.         ]
  45.     }
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement