refactor(frontend): route protected API access through server session
This commit is contained in:
parent
1d5630ed8c
commit
b11f64d5a1
31 changed files with 727 additions and 249 deletions
10
.sisyphus/evidence/task-T8-signed-out-network.txt
Normal file
10
.sisyphus/evidence/task-T8-signed-out-network.txt
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
Playwright unauthenticated request check
|
||||
|
||||
request: GET http://127.0.0.1:4175/products
|
||||
cookies: none
|
||||
maxRedirects: 0
|
||||
|
||||
status: 303
|
||||
location: /auth/login?returnTo=%2Fproducts
|
||||
|
||||
result: protected page redirects to the login flow before returning page content.
|
||||
Loading…
Add table
Add a link
Reference in a new issue