Support for sessionless HTTP API authentication

This commit is contained in:
Philip H. 2023-11-09 18:58:48 +00:00 committed by GitHub
parent b56c49c99a
commit bf956e3ae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 387 additions and 29 deletions

View file

@ -1,5 +1,5 @@
{
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"build": "DOCKER_BUILDKIT=1 docker build --tag wg-easy .",
"serve": "docker-compose -f docker-compose.yml -f docker-compose.dev.yml up",