deanpcmad / omniauth-discord

Discord OAuth2 Strategy for OmniAuth
MIT License
42 stars 28 forks source link

Update README with multiple scopes example #8

Closed das3in closed 7 years ago

das3in commented 7 years ago

For users who are using OAuth for the first time, the process of adding multiple scopes isn't intuitive. For example, someone will probably try scope: ['email', 'identify']. This small update to the README explains what's going on and makes it clear how to use multiple scopes.

Also changed the example ENV variables to match the Discord API (:client_id, :client_secret)

adaoraul commented 7 years ago

Great contribution, we really appreciate that. Thanks.