You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having the ability to sign arbitrary messages with the user private key would unlock a lot use cases such as authentication that are much needed to provide services on the BOS.
something like near.signMessage(messagePayload: string)
The text was updated successfully, but these errors were encountered:
roshaans
changed the title
Sign arbitrary message with user private key
Feat: Sign arbitrary message with user private key
Sep 5, 2023
Having the ability to sign arbitrary messages with the user private key would unlock a lot use cases such as authentication that are much needed to provide services on the BOS.
something like
near.signMessage(messagePayload: string)
The text was updated successfully, but these errors were encountered: