luizf-lf / fluig-monitor

An environment monitoring and dashboard desktop app for Fluig servers.
MIT License
23 stars 9 forks source link

Check oAuth user permissions before creating or editing an environment #11

Closed luizf-lf closed 1 year ago

luizf-lf commented 1 year ago

The app should check if the provided oAuth user has permission on the following endpoints used to collect environment statistics:

This will prevent data not being collected during sync.

The app also should not let the user add or edit an environment if the provided oAuth user does not have the necessary permissions.