Let's say I have a default user authorization through devise in my rails app (using the default bcrypt
encryptor).
I'm trying to make something like gui application, when user can sign in using rails application password. But I don't want to send my password to user application through ajax (it's insecure in my opinion). Is there any common way for remote authentication to devise using hashes?