module JwtAuth
  class Engine < ::Rails::Engine
    isolate_namespace JwtAuth
  end
end