Skip to content

Release of v2.0.0

Compare
Choose a tag to compare
@lschreck-mdsol lschreck-mdsol released this 26 Oct 02:51
· 303 commits to master since this release

This major release contains the following fixes, updates and changes:

  • [Medidata.MAuth.Core] The MAuthSigningHandler is accepting an MAuthSigningOptions instance instead of an MAuthOptions instance (which in turn set to be an abstract class)
  • [Medidata.MAuth.Owin] The OWIN middleware infrastructure provided request body stream gets replaced with a MemoryStream in cases when the original body stream is not seekable.