nulab / scala-oauth2-provider

OAuth 2.0 server-side implementation written in Scala
MIT License
537 stars 97 forks source link

Added to be able to get authInfo on issue access token #78

Closed tsuyoshizawa closed 8 years ago

tsuyoshizawa commented 8 years ago

After issue an access token, we have a case that want to know who authorized the access token. Currently we don't have the chance outside our library.

This PR supports it.