Skip to content

Commit

Permalink
New spec
Browse files Browse the repository at this point in the history
  • Loading branch information
niko.usai committed Jul 19, 2017
1 parent 9dd15c4 commit 0185a26
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions kongexternaloauth-1.1-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
package = "kongexternaloauth"
version = "1.1-1"
source = {
url = "https://github.com/mogui/kong-external-oauth"
}
description = {
summary = "A Kong plugin, that let you use an external Oauth 2.0 provider to protect your API",
license = "Apache 2.0"
}
dependencies = {
"lua ~> 5.1"
-- If you depend on other rocks, add them here
}
build = {
type = "builtin",
modules = {
["kong.plugins.external-oauth.access"] = "src/access.lua",
["kong.plugins.external-oauth.handler"] = "src/handler.lua",
["kong.plugins.external-oauth.schema"] = "src/schema.lua"
}
}

0 comments on commit 0185a26

Please sign in to comment.