deso-protocol / identity

Sign in with DeSo
MIT License
70 stars 66 forks source link

Identity UI enhancements #258

Closed jackson-dean closed 1 year ago

jackson-dean commented 1 year ago

This is all hidden behind a feature flag query param: subAccounts=true

Because this is a breaking change for consumers, I have made this an "opt in" feature that can be enabled by setting the query param. Once the proper messaging has been provided and ample time has been given for migrations, we can remove this flag and make it the default behavior.

If an app is using the deso-js library, this behavior will be turned on by default. Mostly the feature flag is to keep apps using the legacy "access level" identity APIs functioning properly.

Related PR: https://github.com/deso-protocol/identity/pull/261

jackson-dean commented 1 year ago

Migrated to a graphite stack PR.