grempe/rack-json_web_token_auth

View on GitHub
lib/rack/json_web_token_auth/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Rack
  class JsonWebTokenAuth
    VERSION = '0.2.0'.freeze
  end
end