app/models/ibrain/auth/user.rb in ibrain-auth-0.2.9 vs app/models/ibrain/auth/user.rb in ibrain-auth-0.3.1
- old
+ new
@@ -7,10 +7,10 @@
include Devise::JWT::RevocationStrategies::JTIMatcher
self.table_name = Ibrain::Auth::Config.user_table_name
- devise :database_authenticatable, :registerable,
+ devise :database_authenticatable, :registerable, :confirmable,
:recoverable, :validatable, :timeoutable,
:jwt_authenticatable, jwt_revocation_strategy: self
def jwt_payload
# for hasura