Skip to content

Commit

Permalink
docs: copy
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Feb 23, 2024
1 parent fde0eb3 commit 3b68666
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions same-pubkey-multiple-accounts-2024-02-23.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,30 @@ Greetings!
We are deprecating the ability to have the same public key used for multiple
pico accounts.

> If you currently have the same public key for multiple accounts, we **highly recommend de-duplicating them**
> If you currently have the same public key for multiple accounts, we **highly
> recommend de-duplicating them**
# why?

This feature has caused users issues in the past. For example, it is very easy
This feature has caused users issues in the past. For example, it is very easy
to accidentally login with the wrong user even though you specified the user
when connecting to us -- because we might disregard the username.

Further, we are planning a bunch of new features that require us to use the
username field when connecting to us for advanced features. So, in order for
us to make these new features work properly, users cannot have the same public
key for multiple accounts.
username field when connecting to us for advanced features. So, in order for us
to make these new features work properly, users cannot have the same public key
for multiple accounts.

# what should I do?

First, you will still be able to use duplicated pubkeys, just like you
previously were able to do. We are not killing that logic at this point in time.
So user operations will continue to function normally. The only code change we
made was to prevent future duplicate public keys from being added.

Again, if you don't remove duplicate keys, future features will be unavailable
to you.

If you are using the same public key for multiple accounts, create a separate
key for those accounts and then delete the public key on those accounts.

Expand Down

0 comments on commit 3b68666

Please sign in to comment.