Peter Kong
Peter Kong
## Problem I'm always frustrated when z-index is exploited for DOM elements visibility order stacking, e.g. in one of my projects z-index go from `10, 20, 50, 150`... ## Proposed...
## What's in this PR? Add a new step to run a database query and assert the result ## Why? 1. reauth need fetch user_id from db to `generateIDToken` 2....
## Blocked by - #4522 - #4568 ## What's in this PR? Fix a bug where if - `authgear.yaml` has `username/email.case_sensitive=false` then - import username/email with uppercase with fail ##...
## Blocked by - #4522 - #4568 ~I realized we need to reuse the generated uuidv4 in db in reauth e2e tests.~ ~Thus, this PR depends on https://linear.app/authgear/issue/DEV-1766/add-a-new-step-to-run-a-database-query-and-assert-the-result too.~ ~Will...
Should support captcha in inline preview pages as a dummy grey area. ## Supported Pages (TBC) * login identify * signup identify *
## Problem Currently response headers of authgear is about 2kb. [nginx proxy_buffer_size](http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffer_size) default is 4kb | 8kb ``` Default: proxy_buffer_size 4k|8k; ``` ## Proposed fix Review large response headers such...
ref DEV-2155 TODO: Change this PR target base to `identity-week-demo-...` branch
This issue is the specification of how opencv-fr is going to be included in authgear. Note that it is just a proposal, and no plan to actually include it in...
ref DEV-2101 ## Blocked by - #4767 - apply script in #4776 ## Preview https://github.com/user-attachments/assets/d94d75f4-e4f2-4c00-afdf-243966acf55e
## 🐛 Bug `loadPyodide` stuck in firefox if number of workers > 2 ## To Reproduce [Stackblitz minimal reproducible example](https://stackblitz.com/edit/vitejs-vite-e539n7?file=dummy_worker_with_pyodide.js) 1. Visit above stackblitz with firefox 2. Inspect, see below...