Sign inSign up

ostcar/openslides-auth-service

By ostcar

•Updated over 6 years ago

Temporary auth service for openslides 4

Image
0

10K+

ostcar/openslides-auth-service repository overview

⁠Temporery auth serve

The auth service is a temporary development service for openslides 4. It always returns {"user_id": 1}

⁠Start

⁠With Go
go build
./openslides-auth-service
⁠With Docker
docker build . --tag auth
docker run -p 9000:9000 auth

⁠Examples

Every request to the service gets the same output. The url, method or body is not relevant.

curl localhost:9000

⁠Environment

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.

Tag summary

Content type

Image

Digest

Size

6.4 MB

Last updated

over 6 years ago

docker pull ostcar/openslides-auth-service