I'm using the omniauth-google-oauth2
gem.
My oauth2 setup is really similar to the one here: https://gist.github.com/sevos/821291 , meaning that I keep my scopes in a config/authentication_services.yml
file.
I would like to exclude a scope from the initial request, and ask for that scope only at the point when I need it?