Adding login with Dash usernames (feature request)

ericools

New member
I am really hoping to be able to implement the option for people to login to my app with Dash (rather than sign up with email).

How I would like to see this work:

1. User clicks login with Dash.
2. A QR code pops up that the user can scan with their Dash wallet.
3. The Dash wallet asks the user if they would like to sign a message and share it with site that generated the code via some kind of delivery address embedded in the qr code.
4. An account is created for the user with their Dash username as their username for the app. They can now login to that account using their Dash wallet.


Is this something that could be done?
 
On your app's login screen, you'll see a "Connect with Dash" button. This button will generate a unique QR code that contains the information needed for communication between your app and the Dash wallet.

 
Last edited:
I am really hoping to be able to implement the option for people to login to my app with Dash (rather than sign up with email).

How I would like to see this work:

1. User clicks login with Dash.
2. A QR code pops up that the user can scan with their Dash wallet.
3. The Dash wallet asks the user if they would like to sign a message and share it with site that generated the code via some kind of delivery address embedded in the qr code. geometry dash
4. An account is created for the user with their Dash username as their username for the app. They can now login to that account using their Dash wallet.


Is this something that could be done?
Yes, this is doable using Dash Platform's identity system. Your app can generate a QR code with a challenge message, which the user signs via their Dash wallet. Your app then verifies the signature and logs them in using their Dash username. It’s a secure, decentralized login method—check out Dash Platform’s docs for implementation details.
 
Back
Top