lazywinadmin / MeetupPS

PowerShell module to interact with Meetup.com API
MIT License
19 stars 4 forks source link

Redirect URI is Hardcoded to `https://github.com/lazywinadmin/MeetupPS` #4

Open michaeltlombardi opened 6 years ago

michaeltlombardi commented 6 years ago

In the functions listed below the redirect URI is hardcoded to https://github.com/lazywinadmin/MeetupPS in Set-MeetupConfiguration. It is the default for Get-OAuthAccessToken with no way in the module to overwrite the call to this function and provide the user-specified redirect url. This causes problems if a user sets their redirect URI in their oauth settings to any other URL.

The README implies that the user can set this URI to anything they want, leading to a potential beartrap.

lazywinadmin commented 6 years ago

Thanks @michaeltlombardi ! Will look into it.