a few things happening here:
* remove the /api/database/validate endpoint * introduce connection checking as part of the database api create/update endpoints directly * modify the return of the Database model in the api so that if a password was provided we swap it out for a known value and prevent leaking of the real password via the api.
Please register or sign in to comment