Refactor previous COOPGO Identity service - Initial commit

This commit is contained in:
2022-08-02 12:26:28 +02:00
commit 3e93e6593d
41 changed files with 9026 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Example GRPC client
Simple example to play with the gRPC Mobility Accounts service.
Creates an account from a JSON file and returns the account created.
## Run the example
```
go run . json/account_with_local_auth.json | jq
```