oauth2-server
oauth2-server copied to clipboard
Return Type Inconsistency
Most repos return string for their getIdentifier() function. However, the user repo returns mixed. This causes confusion as implementers might think that you can return mixed for a client repository but this is not true.
We either need to move the getIdentifier calls into their own respective repos or force the user interface getIdentifier call to return a string in version 9.