MeetupPS icon indicating copy to clipboard operation
MeetupPS copied to clipboard

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

Open michaeltlombardi opened this issue 7 years ago • 1 comments

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.

michaeltlombardi avatar May 23 '18 23:05 michaeltlombardi

Thanks @michaeltlombardi ! Will look into it.

lazywinadmin avatar May 27 '18 16:05 lazywinadmin