Temporary auth service for openslides 4
10K+
The auth service is a temporary development service for openslides 4. It always returns {"user_id": 1}
go build
./openslides-auth-service
docker build . --tag auth
docker run -p 9000:9000 auth
Every request to the service gets the same output. The url, method or body is not relevant.
curl localhost:9000
The Service uses the following environment variables:
LISTEN_HTTP_ADDR=:9000: Lets the service listen on port 9000 on any device. The default is :9000.Content type
Image
Digest
Size
6.4 MB
Last updated
over 6 years ago
docker pull ostcar/openslides-auth-service