todos-express-webauthn icon indicating copy to clipboard operation
todos-express-webauthn copied to clipboard

enable trust proxy to avoid Origin Mismatch.

Open js802025 opened this issue 2 years ago • 1 comments

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.

js802025 avatar Dec 24 '22 21:12 js802025

Please close this issue, the actual bug is documented here: https://github.com/jaredhanson/passport-webauthn/issues/5

titanism avatar Dec 14 '23 04:12 titanism