Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

1.0.1

Compare
Choose a tag to compare
@kevinchalet kevinchalet released this 04 Aug 16:29

Most important changes:

  • The MatchEndpointContext.Options property that had been accidentally removed in 1.0.0 has been reintroduced in 1.0.1
    (f17d9a4).
  • An exception is now automatically thrown at startup when registering a signing certificate that is no longer or not yet valid
    (583be00).
  • Internal code relying on JwtSecurityTokenHandler.CreateToken()/WriteToken() has been updated to use
    JwtSecurityTokenHandler.CreateEncodedJwt() to ensure JWT tokens are not signed twice
    (a499f11).