Skip to content
Snippets Groups Projects
Commit e19a74d9 authored by Jan Hartig's avatar Jan Hartig
Browse files

Merge branch 'develop' into 'main'

Update Readme

See merge request !12
parents 99b02a00 8b10e86b
Branches
Tags
1 merge request!12Update Readme
Pipeline #11537 passed
......@@ -12,6 +12,7 @@ docker-build:
command: ["--tls=false"]
before_script:
- docker info
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
# Default branch leaves tag empty (= latest tag)
# All other branches are tagged with the escaped branch name (commit ref slug)
......
# Small Sanic app for Jitsi user authentification / room generation.
Provides additional user validation based on supplied client cert using nginx's [auth_request](https://nginx.org/en/docs/http/ngx_http_auth_request_module.html) and generates Jitsi JSON Web Tokens for custom rooms based on client certificate serial number.
Provides additional user validation based on supplied client cert and redirects to custom rooms based on client certificate serial number.
## Usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment