deanpcmad / omniauth-discord

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

allow to set callback url #23

Closed kortirso closed 4 years ago

kortirso commented 4 years ago

For my production server request to discord contains &redirect_uri=https%3A%2F%2F127.0.0.1%3A3001%2Fusers%2Fauth%2Fdiscord%2Fcallback&

but I need to replace it with real production url so adding callback_url to options will help with this

adaoraul commented 4 years ago

Hi @kortirso, nice addition! Thanks!