omniauth-gplus
omniauth-gplus copied to clipboard
Dynamic scopes / progressive authorization
It would be nice to sign up a user with minimal scope, and then just request extra scopes as they are needed, so as not to seem too invasive at first. So this is a request to be able to set the scope of the authorization per-request.
omniauth-facebook implements this as an example: https://github.com/mkdynamic/omniauth-facebook#per-request-options
Thanks for the gem.
Hmmm. Yep ok, I like this idea. I shall look into implementing it :)