oauth2-server icon indicating copy to clipboard operation
oauth2-server copied to clipboard

oauth2: log auth/token flows

Open mgenov opened this issue 7 years ago • 0 comments

The oauth2 library should provide lifecycle logging of oauth2 for easy debugging using custom logger or via enabling of standard logger using the configuration.

Possible options:

  1. Configurable logger which to be used between API calls.
  2. Conditionally using of java.util.Logger and passing of configuration options for logging

mgenov avatar Apr 18 '17 12:04 mgenov