Initial commit
This commit is contained in:
8
lib/barong/middleware.rb
Normal file
8
lib/barong/middleware.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'barong/middleware/jwt_authenticator'
|
||||
|
||||
module Barong
|
||||
# Barong Rack middlewares
|
||||
module Middleware; end
|
||||
end
|
||||
Reference in New Issue
Block a user