Code refactors

This commit is contained in:
Mysaa Java
2026-07-15 03:37:49 +02:00
parent 430488ceb8
commit 48fbc434a4
12 changed files with 363 additions and 337 deletions
+6 -1
View File
@@ -32,4 +32,9 @@ spring:
provider:
bcom:
issuer-uri: "https://auth.example.com/realms/bcom"
```
```
## API
All API requests must be done with POST requests. They will always output a json object, with a boolean
filed `success`. If `success` is false, a field `message` can give more information on the error.