Koniverse / SubConnect

Note: We have stopped further development of this version and replaced it with a new and more complete version here
https://github.com/Koniverse/SubConnect-v2
Apache License 2.0
44 stars 14 forks source link

have a similar solution like siwe? #7

Closed kulame closed 2 years ago

kulame commented 2 years ago

Is your feature request related to a problem? Please describe.

siwe is Sign-In with Ethereum library i also need a signin solution with my dapp with substrate.

does subconnect support this feature? so i can check user id on offchain service at my private server.

saltict commented 2 years ago

Hi @kulame, sorry about late reply!

SubConnect is not support exactly what you want.

But if you need it right now you can do something like https://polkadot.polkassembly.io/ have done. They random some bytes, request signature of it from wallet with signRaw methods. This signature can be use like one time password for address on wallet.