Mark Murphy

Results 32 comments of Mark Murphy

Any thoughts @djones6 ? 😀

Thanks @djones6 for your comments, I'll give this some thought and reply this week. I really appreciate the crypto support your library provides but I understand the need for scope...

Hi @djones6 . The most obvious change would be to turn Header into a protocol like Claims which would also have the benefit of allowing Header.encode() to overridable like Claims.encode()....

Any thoughts on this @djones6 ?

I have made a pull request based on the HeaderProtocol option: https://github.com/IBM-Swift/Swift-JWT/pull/84 I welcome any thoughts.

I also get warnings in .NET 8 for code like: ```csharp jsonSerializerSettings.Context = new StreamingContext( StreamingContextStates.All, optionsDict); ``` Warnings are: ```text Warning SYSLIB0050 : 'StreamingContextStates' is obsolete: 'Formatter-based serialization is...

Yeah, I noticed this for strings and DateTimeOffset values. Any chance of a fix @RicoSuter?

>By expecting my source to define nullable (and therefore optional) properties explicitly, why would I ever use generateOptionalPropertiesAsNullable? Hi @omarmciver , I'm not sure I completely understand your post (and...

Great idea @GREsau. What did you do in the end as I also want to migrate incrementally?

Thanks @jmartin-acquired for this. We are in principle very happy to accept PRs but I believe I have been contacted by your company and am hoping we will have a...