New authentication system (#1341) (#1992) (#2205) (#3081)

This is a new authentication system that covers all the features exposed by the server, including playback, API, metrics and PPROF, improves internal authentication by adding permissions, improves HTTP-based authentication by adding the ability to exclude certain actions from being authenticated, adds an additional method (JWT-based authentication).
This commit is contained in:
Alessandro Ros 2024-03-04 14:20:34 +01:00 committed by GitHub
parent 765d29fc8e
commit 9c6ba7e2c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 1974 additions and 945 deletions

View file

@ -15,11 +15,11 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version: "1.21"
- run: touch internal/servers/hls/hls.min.js
- uses: golangci/golangci-lint-action@v3
- uses: golangci/golangci-lint-action@v4
with:
version: v1.55.0