You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I would like to depend as little on third-party dependencies as possible. For this reason, I would like to move from Newtonsoft.Json to System.Text.Json.
Proposed solution
Replace Newtonsoft.Json with System.Text.Json
Alternatives considered
N/a
Additional information
I believe that this issue (#515) would not be present if we were referencing System.Text.Json. Likewise, I've had a hard time with that particular issue in the code. Something about Newtonsoft with the Okta client is giving me a ton of problems, even after downgrading, making me think we would be better migrating off of it.
The text was updated successfully, but these errors were encountered:
User story
As a user, I would like to depend as little on third-party dependencies as possible. For this reason, I would like to move from Newtonsoft.Json to System.Text.Json.
Proposed solution
Replace Newtonsoft.Json with System.Text.Json
Alternatives considered
N/a
Additional information
I believe that this issue (#515) would not be present if we were referencing System.Text.Json. Likewise, I've had a hard time with that particular issue in the code. Something about Newtonsoft with the Okta client is giving me a ton of problems, even after downgrading, making me think we would be better migrating off of it.
The text was updated successfully, but these errors were encountered: