Hi! Is hydra able to support login with Metamask? ...
# talk-hydra
w
Hi! Is hydra able to support login with Metamask? On the UI side we could acquire a wallet address and send it to the Kratos (assuming we registered user with this wallet before) 🧐 But I wonder if there is native support for this.
f
Hydra don't have support for any IDP, it's up to you to implement the 'login logic'
A login logic could be a user signing a message 'on-chain' to validate his identity and the using infura or any other provider you can callback your hydra webhook to continue the oauth2 login flow
w
Thanks!