module Slots::JWT::DatabaseAuthentication
Public Instance Methods
as_json(*)
click to toggle source
TODO allow super
Calls superclass method
# File lib/slots/jwt/database_authentication.rb, line 13 def as_json(*) super.except('password_digest') end