mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2025-12-26 16:27:25 +01:00
Specifying a port of zero has the server listen on an ephemeral port. Many users may not be aware of that unless they have a background in networking where that's common practice. I'm also not able to think of any use cases where listening on a hardcoded port would be beneficial, so with this change I've opted to remove the ability entirely rather than simply documenting that almost everybody should specify zero.