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.
In the functions listed below the redirect URI is hardcoded to
https://github.com/lazywinadmin/MeetupPSinSet-MeetupConfiguration.It is the default for
Get-OAuthAccessTokenwith 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.