Module: ActiveRecord::Jwt::Encoder
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/activerecord-jwt/encoder.rb
Instance Method Summary collapse
Instance Method Details
#jwt ⇒ Object
5 6 7 |
# File 'lib/activerecord-jwt/encoder.rb', line 5 def jwt JWT.encode(payload, ActiveRecord::Jwt::Encoder.configuration.key, ActiveRecord::Jwt::Encoder.configuration.algorithm) end |