feat(api): add apikey support (#408)

* feat(api): add apikey support

* feat(web): api settings crud
This commit is contained in:
ze0s 2022-08-15 11:58:13 +02:00 committed by GitHub
parent 9c036033e9
commit fa20978d58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 834 additions and 70 deletions

4
go.mod
View file

@ -12,7 +12,8 @@ require (
github.com/ergochat/irc-go v0.2.0
github.com/fsnotify/fsnotify v1.5.4
github.com/gdm85/go-libdeluge v0.5.6
github.com/go-chi/chi v1.5.4
github.com/go-chi/chi/v5 v5.0.7
github.com/go-chi/render v1.0.2
github.com/gorilla/sessions v1.2.1
github.com/gosimple/slug v1.12.0
github.com/hashicorp/go-version v1.6.0
@ -38,6 +39,7 @@ require (
)
require (
github.com/ajg/form v1.5.1 // indirect
github.com/anacrolix/dht/v2 v2.18.0 // indirect
github.com/anacrolix/missinggo v1.3.0 // indirect
github.com/anacrolix/missinggo/v2 v2.7.0 // indirect