forked from nokia/kong-oidc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compile latest update of the plugin that could be found on internet &…
… fix request to the redirect_uri path but there's no session state found
- Loading branch information
1 parent
2510459
commit 17289c2
Showing
29 changed files
with
1,238 additions
and
288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
List of authors based on the git log: | ||
|
||
Adam Płaczek <[email protected]> | ||
Damian Czaja <[email protected]> | ||
Geoff Kassel <[email protected]> | ||
Gergely Csatari <[email protected]> | ||
Hannu Laurila <[email protected]> | ||
Joshua Erney <[email protected]> | ||
Lars Wilhelmsen <[email protected]> | ||
Luka Lodrant <[email protected]> | ||
Micah Silverman <[email protected]> | ||
Michal Kulik <[email protected]> | ||
Nazarii Makarenko <[email protected]> | ||
Pavel Mikhalchuk <[email protected]> | ||
pekka.hirvonen <[email protected]> | ||
The Gitter Badger <[email protected]> | ||
Tom Milligan <[email protected]> | ||
Trojan295 <[email protected]> | ||
Tuomo Syrjanen <[email protected]> | ||
Yoriyasu Yano <[email protected]> | ||
Yuan Cheung <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/sh | ||
ADAPTER="" | ||
if [ -z "$*" ]; then | ||
ADAPTER="wifi0" | ||
else | ||
ADAPTER=$1 | ||
fi | ||
|
||
ip addr show $ADAPTER | grep "inet\b" | awk '{print $2}' | cut -d/ -f1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.