You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a statistic system and little APIs to access to it. This can be used from access tokens with a specific applications id. This means that we can have two use cases:
if a token is issued for the user (resource_owner_id and application_id) he can access to its own statistics.
if a token is issued for the applications (application_id) he can access to all application statistics.
The text was updated successfully, but these errors were encountered:
Add a statistic system and little APIs to access to it. This can be used from access tokens with a specific applications id. This means that we can have two use cases:
The text was updated successfully, but these errors were encountered: