deanpcmad / omniauth-discord

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

Standardize info fields to Omniauth hash schema #7

Closed partydrone closed 7 years ago

partydrone commented 7 years ago

This pull request standardizes the field names returned in the omniauth.auth hash based on the 1.0 schema.

This request also adds a configuration example to the README file for those that want to include an email address in the response.

adaoraul commented 7 years ago

Thanks for your pull request.