mirror of
https://github.com/Luzifer/nginx-sso.git
synced 2025-04-07 07:45:17 +00:00
SSO authentication provider for the auth_request nginx module
- Properly check file existence (`-f`, not `-d`) - Create and chown the data directory in case no mount is present closes #79 Signed-off-by: Knut Ahlers <knut@ahlers.me> |
||
---|---|---|
.github/workflows | ||
frontend | ||
plugins | ||
.gitignore | ||
acl.go | ||
acl_test.go | ||
audit.go | ||
CODE_OF_CONDUCT.md | ||
config.yaml | ||
CONTRIBUTING.md | ||
core.go | ||
docker-start.sh | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
History.md | ||
LICENSE | ||
main.go | ||
Makefile | ||
mfa.go | ||
plugins.go | ||
pongo.go | ||
README.md | ||
redirect.go | ||
redirect_test.go | ||
registry.go |
Luzifer / nginx-sso
This program is intended to be used within the ngx_http_auth_request_module
of nginx to provide a single-sign-on for a domain using one central authentication directory.
Documentation
In order to increase readability of the documentation it has been moved to the Github project Wiki. You can find everything previously documented in the README there.