italia / spid-express

Express middleware implementing SPID & Entra con CIE (Carta d'Identità Elettronica)
MIT License
40 stars 16 forks source link

fix: authnContext to string #33

Open Datalux opened 3 years ago

Datalux commented 3 years ago

Fix per #32

Versione di TypeScript: 4.2.2

bfabio commented 3 years ago

@Datalux this doesn't look right to me, why are we removing the type? And isn't entityID already a string?

peppelinux commented 2 years ago

@bfabio we still have those spurious error messages due to #32

This pr fixed It but we Need to keep an Eye on the cause of these undefined values, if we converte them to a string (even if "") It doesn't throw that warning/error