Go to file
2024-10-03 09:38:13 +02:00
conf Initial commit 2024-07-26 13:46:05 +02:00
controllers Config and swagger upgrade 2024-09-27 09:20:59 +02:00
models Config and swagger upgrade 2024-09-27 09:20:59 +02:00
routers Config and swagger upgrade 2024-09-27 09:20:59 +02:00
swagger Config and swagger upgrade 2024-09-27 09:20:59 +02:00
tests Initial commit 2024-07-26 13:46:05 +02:00
.gitignore Initial commit 2024-07-26 13:46:05 +02:00
auth.json Config and swagger upgrade 2024-09-27 09:20:59 +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 Config and swagger upgrade 2024-09-27 09:20:59 +02:00
go.sum Config and swagger upgrade 2024-09-27 09:20:59 +02:00
main.go Config and swagger upgrade 2024-09-27 09:20:59 +02:00
oc-auth Config and swagger upgrade 2024-09-27 09:20:59 +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"