Go to file
2024-07-26 13:46:05 +02:00
conf Initial commit 2024-07-26 13:46:05 +02:00
controllers Initial commit 2024-07-26 13:46:05 +02:00
models Initial commit 2024-07-26 13:46:05 +02:00
routers Initial commit 2024-07-26 13:46:05 +02:00
swagger Initial commit 2024-07-26 13:46:05 +02:00
tests Initial commit 2024-07-26 13:46:05 +02:00
.gitignore Initial commit 2024-07-26 13:46:05 +02:00
docker_auth.json Initial commit 2024-07-26 13:46:05 +02:00
docker-compose.yml Initial commit 2024-07-26 13:46:05 +02:00
Dockerfile Initial commit 2024-07-26 13:46:05 +02:00
go.mod Initial commit 2024-07-26 13:46:05 +02:00
go.sum Initial commit 2024-07-26 13:46:05 +02:00
LICENSE Initial commit 2024-07-26 13:46:05 +02:00
main.go Initial commit 2024-07-26 13:46:05 +02:00
README.md Initial commit 2024-07-26 13:46:05 +02:00

oc-auth OpenCloud auth service.

Manages user auths

To build :

bee generate routers
bee run -gendoc=true -downdoc=true

If default Swagger page is displayed instead of tyour api, change url in swagger/index.html file to :

url: "swagger.json"