-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Just trying out your gem since from the documentation it seems a lot more straightforward than some of the existing Devise 2FA/OTP gems (mentioned in #20)
First issue I ran into is this:
$ rake db:migrate
rake aborted!
NoMethodError: undefined method `attr_encrypted' for User (call 'User.connection' to establish a connection):Class
Did you mean? attr_readonlyI'm using Rails 6 with a pretty standard Devise setup.
Does attr_encrypted need to be added as a dependency? Even when I include that in my gemfile and try to re-run the migration then I get a different error (`ArgumentError: Unknown validator: 'SymmetricEncryptionValidator')
4e4c52, aspencer8111 and salzig