thedatahub/Datahub

[OAuth] Display of allowed grant types isn't human readable

Opened this issue · 0 comments

We display a PHP constant instead of providing a human readable description of the allowed grant types. i.e. "client_credentials" instead of "Client credentials".

Detailed description

This is a small bug that needs to be fixed in three places:

  • The user profile page
  • The client profile page
  • The overview of all clients (administrator)