module JwtApiAuth

Constants

VERSION

Public Class Methods

setup() { |self| ... } click to toggle source
# File lib/jwt_api_auth.rb, line 31
def self.setup
  yield self
end