fung

Results 63 issues of fung

**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...

minor-feature

In some use cases like marketing outreach or pre-signup questionnaires, the client app may want to pre-fill the signup page with the email/phone the end-user might use for a smoother...

minor-feature

For MAUs, SMS and WhatsApp messages, Besides the hard limit that the feature will stops working, also allow setting a soft limit so it will send an alert via webhook....

cooldown/enhancement

This issue is about the re-arrangement of the portal's navigation, without major re-design, and intends to simplify the IA. There are 2 parts of the update: 1. Update of navigations...

cooldown/enhancement
ux/major

## Problem Allow authenticating through another app under different publisher, which is installed in the same device. For example, in open-banking applications, granting Bank A app access to Bank B...

pitch

Sometimes in the UI, we want to provide a button for the user to abort the auth flow instead of dismissing the webpage. This helps the client app distinguish the...

bug/minor

When releasing the new Authentication flow API, we have made the default Auth UI to employ the new set of API so we could: 1. unify the backend for custom...

## Problem It's easy to trigger the "Direct Access disallowed" in the web apps for example, user quit and reopen the mobile browser. They will see a cryptic message >...

cooldown/enhancement

# Problem When querying a lot of users from Authgear, e.g. for a user sync job, the resources usage on the DB is very high. ## Solution Reduce complexity by...

cooldown/enhancement