heartcombo / devise

Flexible authentication solution for Rails with Warden.
http://blog.plataformatec.com.br/tag/devise/
MIT License
23.89k stars 5.54k forks source link

Make encryptor pluggable #5581

Closed RobertDober closed 1 year ago

RobertDober commented 1 year ago

This is an alternative solution to #5579 where I sketched out an Argon2 Encryptor inside Devise.

If that would interest you I can gladly make another PR. However here I only make the encryptor pluggable which would be of great help for my organisation as we are under heavy pressure (which I fail to understand) form the customer to use Argon2.

RobertDober commented 1 year ago

@carlosantoniodasilva so shall we close this, as it replicates the devise-encryptable gem?

carlosantoniodasilva commented 1 year ago

Yes, let's close it for now. Feel free to reference it from devise-encryptable if you'd like. Thanks.