Sequel password

This sequel plugin adds authentication and password hashing to Sequel models. It supports pbkdf2 and bcrypt hashers.

Usage

class User < Sequel::Model
  plugin :password, column: :password
end