From 7a9d98725896f580e54194c50f3bb69828ba9457 Mon Sep 17 00:00:00 2001 From: Catalin Pit Date: Thu, 14 Sep 2023 18:08:54 +0300 Subject: [PATCH] chore: removed auth --- playwright/.auth/user.json | 45 -------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 playwright/.auth/user.json diff --git a/playwright/.auth/user.json b/playwright/.auth/user.json deleted file mode 100644 index 396f420a5..000000000 --- a/playwright/.auth/user.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "cookies": [ - { - "name": "next-auth.csrf-token", - "value": "49a064cb88e494947823c51109973374e5fb9727cedd59b373d75a75fd00f81e%7Cda5d2a2fd2eee8b271d52ee5557a75d0d73502dc43fe4c2b53722145471672d0", - "domain": "localhost", - "path": "/", - "expires": -1, - "httpOnly": true, - "secure": false, - "sameSite": "Lax" - }, - { - "name": "next-auth.callback-url", - "value": "http%3A%2F%2Flocalhost%3A3000%2Fdocuments", - "domain": "localhost", - "path": "/", - "expires": -1, - "httpOnly": true, - "secure": false, - "sameSite": "Lax" - }, - { - "name": "next-auth.session-token", - "value": "eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..RMToD8_cweHpgPJY.tojHFkmlMUGMLIMtYBd0B6t2SS0pyvpLAuKSYN4AGj-jLxJlBYXOxQIucnCOLo7TSbUoyoV4GCLEBUh5OhmJ4yiP8oedWg8FRtYisT67ejzMVdAOy5_4FvTG-QlE6SxCz8JVAfTkKh1FQfI2f0xY7LCCHPkEsObTcGj1hLXh.DFIVOs5R0Dl5mwpJFNoCpg", - "domain": "localhost", - "path": "/", - "expires": 1697186468.813095, - "httpOnly": true, - "secure": false, - "sameSite": "Lax" - } - ], - "origins": [ - { - "origin": "http://localhost:3000", - "localStorage": [ - { - "name": "nextauth.message", - "value": "{\"event\":\"session\",\"data\":{\"trigger\":\"getSession\"},\"timestamp\":1694594468}" - } - ] - } - ] -} \ No newline at end of file