Add User HTTP Endpoint to the Management service (#303)

Exposes endpoint under "/users/" that returns information on users.
Calls IDP manager to get information not stored locally (email, name), 
which in the case of the managed version is auth0.
This commit is contained in:
shatoboar
2022-05-05 08:58:34 +02:00
committed by GitHub
parent 219888254e
commit c7e5e5c7c9
11 changed files with 437 additions and 19 deletions

1
go.mod
View File

@@ -35,6 +35,7 @@ require (
github.com/rs/xid v1.3.0
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/stretchr/testify v1.7.0
github.com/wiretrustee/wiretrustee v0.5.1
)
require (