openid & other

This commit is contained in:
ycc
2024-12-10 18:01:58 +01:00
parent 33bfe79f66
commit 91f5f44cea
18 changed files with 688 additions and 20 deletions

View File

@@ -32,9 +32,9 @@ In order to build the software :
bee run -downdoc=true -gendoc=true
The -downdoc=true -gendoc=true will automatically generate swagger documentation in teh /swagger path
The -downdoc=true -gendoc=true will automatically generate swagger documentation in the /swagger path
If default Swagger page is displayed instead of tyour api, change url in swagger/index.html file to :
If default Swagger page is displayed instead of your api, change url in swagger/index.html file to :
url: "swagger.json"
@@ -54,7 +54,7 @@ The GUI are developped using Flutter framework
* In "Tools"->"SDK Manager"->"Apparenace & Behaviour/System Settings/Android SDK", go to "SDK tools" and tick the "Android SDK command line tools"
* Run <code>flutter doctor</code> commmand and follow instructions to accept SDK licenses
* Add Vscode flutter plugin and use Vscode Command palette to create a Flutter project
* Also set the target Device uring command Palette
* Also set the target Device using command Palette
### Project build