oauth2-extensions
oauth2-extensions copied to clipboard
Update library for Google adapter to use optional parameters
Google adapter can be update to accept the following optional parameters. -- access_type (default: offline) -- response_type (default: code) -- approval_prompt (default: auto)
As discussed in pull request #12, I'll get started working on a more general approach to this change over this coming weekend.