realdoug / omniauth-salesforce

OmniAuth strategy for salesforce.com
MIT License
65 stars 90 forks source link

add login_hint to authorize_options #18

Closed andrew2005 closed 9 years ago

andrew2005 commented 9 years ago

Salesforce supports the login_hint option to pre-fill the email address when known.

http://docs.releasenotes.salesforce.com/en-us/spring14/release-notes/rn_forcecom_security_user_login_hint.htm

You don't seem to be testing the authorize_options at all so I didn't add any specs.