Module: Devise::Models::JwtCookieAuthenticatable

Extended by:
ActiveSupport::Concern
Defined in:
lib/devise/jwt/cookie/models/jwt_cookie_authenticatable.rb

Instance Method Summary collapse

Instance Method Details

#jwt_subjectObject



14
15
16
# File 'lib/devise/jwt/cookie/models/jwt_cookie_authenticatable.rb', line 14

def jwt_subject
  id
end