lib/jwt_easy/configuration.rb in jwt_easy-0.1.0 vs lib/jwt_easy/configuration.rb in jwt_easy-0.2.0

- old
+ new

@@ -8,10 +8,11 @@ class Configuration attr_writer :algorithm attr_accessor :secret, :expiration_time, - :not_before_time + :not_before_time, + :leeway # Gets the algorithm to use when encoding tokens # # * If no secret has been set, this returns 'none' #