Closed freebuu closed 3 years ago
Hello! I'm looking for a way to add custom request attributes for token. The problem is here: https://github.com/thephpleague/oauth2-server/blob/master/src/AuthorizationValidators/BearerTokenValidator.php#L120 There is no option to add attributes except for write my own implementation of validator.
At the moment this is the only way sorry. Hoping to get custom claims added in soon though.
Hello! I'm looking for a way to add custom request attributes for token. The problem is here: https://github.com/thephpleague/oauth2-server/blob/master/src/AuthorizationValidators/BearerTokenValidator.php#L120 There is no option to add attributes except for write my own implementation of validator.