You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed redirectEndpointPath parameter seems to be not mentioned in the documentation (README might be out of date?)
and while this perhaps counts as feature request, I noticed using an absolute url doesn't, as instead of using url.resolve, the Location is built using just string concatenation (resulting in "{the autodetected host}{redirectEndpointPath even if absolute}")
The text was updated successfully, but these errors were encountered:
I noticed
redirectEndpointPath
parameter seems to be not mentioned in the documentation (README might be out of date?)and while this perhaps counts as feature request, I noticed using an absolute url doesn't, as instead of using
url.resolve
, theLocation
is built using just string concatenation (resulting in"{the autodetected host}{redirectEndpointPath even if absolute}"
)The text was updated successfully, but these errors were encountered: