In the app we are working on, we would like to open the account deletion page directly when the user clicks the Delete Account button. Since the Authgear RN SDK container.open() only supports opening the Settings page and the Identities page, we can't do it natively with the Authgear SDK.
We have to work around by manually composing the URL ourselves or patching the package, but it seems more appropriate for Authgear to expose that page via the SDK to us.
Thanks @JasonNS1425, the idea is put into backlog. At the meantime you can use the admin api in your application's backend server to initiate account deletion.
In the app we are working on, we would like to open the account deletion page directly when the user clicks the Delete Account button. Since the Authgear RN SDK
container.open()
only supports opening the Settings page and the Identities page, we can't do it natively with the Authgear SDK.We have to work around by manually composing the URL ourselves or patching the package, but it seems more appropriate for Authgear to expose that page via the SDK to us.
https://github.com/authgear/authgear-sdk-js/blob/5e34306/packages/authgear-core/src/types.ts#L345
Requirements