mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
* add Unauthenticated decorator for public-api * [server] add AuthProviderServiceAPI * [dashboard] add client facade (JsonRpcAuthProviderClient) * use uuidValidate * update UpdateAuthProviderResponse to return provider * return updated provider in UpdateAuthProviderResponse * handle pagination for ListAuthProvider(Description)s * add simple conversion tests for auth providers * relax param validation on updateAuthProvider allow to update clientId or clientSecret separately.