TungWU

Results 35 issues of TungWU

1. For example, if I have a `authgear.secrets.yaml`. 2. I add some indentation at a line, but the file is still in valid format. Save it to the database. 3....

bug/minor

1. Login to portal by email + password 2. Go to settings 3. Press "More" under My account 4. Press the "+" button on Google 5. Complete the login 6....

bug/major

Add this section to the config: ``` test_mode: oob_otp: enabled: true rules: - fixed_code: "aaaaaa" regex: ".*" ``` Got this error ``` cmd.go:75: 2024/04/29 16:14:47 maxprocs: Leaving GOMAXPROCS=8: CPU quota...

bug/minor

Even added this config ``` fixed_oob_otp: enabled: true code: "000000" ``` The code is still not "000000".

bug/minor

We want to assert something really existing in authgear after some steps, so suggest to add one more type of step `assertion`, which allow writing custom sqls, and assert the...

bug/minor

Currently, when matching array in output, the program will crash.

bug/minor

- [ ] Add `priority` to all identification step - [ ] Check priority in `IntentLoginFlowStepIdentify` - [ ] Return `PrioritizedIdentityRequired` error when the selected identity is not the prioritized...

- [ ] Add `alias` to `identification: oauth` - [ ] Update `IntentLoginFlowStepIdentify` to generate oauth options respecting alias - [ ] Return validation error if `alias` exist in any...