Service which provides authentication for the application. This service is used to authenticate users and to retrieve user information.
${API_URL}/metrics
${API_URL}/openapi
${API_URL}/auth/public-key
go mod vendor
cp .env.example .env
Note: Update an environment variable file with your own values.
bash ./@ecdsa_generate.sh
bash ./@rsa_generate.sh
Note: You have to update constant variables inside crypto/const.go
file. By default it is set to use ECDSA (ES256).
docker-compose up --build -d
Note: Base path in docker environment is /app
path.
go run main.go