MeetupPS
MeetupPS copied to clipboard
Redirect URI is Hardcoded to `https://github.com/lazywinadmin/MeetupPS`
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.
Thanks @michaeltlombardi ! Will look into it.