nulab / scala-oauth2-provider

OAuth 2.0 server-side implementation written in Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove duplicate Client Credential parsing

tsuyoshizawa opened this issue · comments

Wasteful process is performed in access token generating.

I will add ClientCredential to argument of GrantHandler#handleRequest.
The parameter will be passed by TokenEndpoint#handleRequest.