Skip to content

Commit

Permalink
Merge pull request #6 from dogeared/luarocks_fix
Browse files Browse the repository at this point in the history
Updated rockspec for proper installation and fixed some words in description.
  • Loading branch information
phirvone authored Aug 23, 2017
2 parents 00bae08 + 6975129 commit a4d03e9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions kong-oidc-1.0.0-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
package = "kong-oidc"
version = "1.0.0-0"
source = {
url = "https://github.com/nokia/kong-oidc",
tag = "v1.0.0-0"
url = "git://github.com/nokia/kong-oidc",
tag = "v1.0",
dir = "kongoidc"
}
description = {
summary = "A Kong plugin for implementing the OpenID Connect Relying Party (RP) functionality",
detailed = [[
kong-oifc is a Kong pluhin for implementing the OpenID Connect Relying Party.
kong-oidc is a Kong plugin for implementing the OpenID Connect Relying Party.
When used as an OpenID Connect Relying Party it authenticates users against an OpenID Connect Provider using OpenID Connect Discovery and the Basic Client Profile (i.e. the Authorization Code flow).
Expand Down

0 comments on commit a4d03e9

Please sign in to comment.