authgear / authgear/authgear-server

Support more pages in authgear.open()

Open
#2,612 0 comments 0 reactions 0 assignees View on GitHub
minor-feature
Dominant language
Go
Stars
2k
Forks
125
Avg merge
2d 17h
Merged PRs (30d)
32

Description

**Problem**

```
import authgear, { Page } from "@authgear/web";

const openSettings = () = {
authgear.open(Page.Settings)
}
```

Only `Identities` and `Settings` is supported in the `Pages` enum. Users can construct their own path but it'd be easier if the SDK just provide the value.

**Appetite**
0.5

**Solution**

Add the following pages:

* Add identity / remove identity
* 2FA
* Biometric
* passkey
* password
* profile
* sessions

Contributor guide

Open the contributing guide

Research direction

Start in the web SDK at authgear.open() and the Pages enum, comparing the existing Identities and Settings entries. Verify the paths for add/remove identity, 2FA, biometric, passkey, password, profile, and sessions, then confirm each page can be opened through the enum.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
authentication
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.