This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Description
Observation: In AuthController there are at least two occasions where http is being used.
|
`http://${req.hostname}${ |
|
`http://${req.hostname}${ |
Expectation: do not use http? At least not hard coded this way; if the original request was http by itself, it is understandable, but if not (e.g., because https was used), why suddenly do http?