todos-express-webauthn
todos-express-webauthn copied to clipboard
enable trust proxy to avoid Origin Mismatch.
without trust proxy origin mismatch err would be called on https domains. This is because the origin would have "http" while the clientData.origin would have "https" causing them not to match.
Please close this issue, the actual bug is documented here: https://github.com/jaredhanson/passport-webauthn/issues/5