Jeff Greene
Jeff Greene
Some customers want very granular permissions for their endpoints but JWT has a max size that wouldn't allow all of the individual permissions. Those customers actually have overall roles but...
Currently generated validation for data objects assumes that it can read related objects using FileIO objects, but this wont work if the objects are currently being added in the same...
Starting in 3.1 the default serializer in aspnet core is System.Text.Json. There are some behavior differences around what fields are included in serialization by default. This impacts Harmony Core projects...
It would be nice If when a request is finished, we could log the total IO statistics for the entire web request that just took place. Aha! Link: https://synergex.aha.io/features/HC-122
In order to get good coverage of linq operators here we will probably need to implement these unit tests in C#. Primary scenarios are selection, filtering, One -> One Joins,...
Now that we generate swagger definitions, we should add a sample that uses those definitions to create and test a client. Aha! Link: https://synergex.aha.io/features/HC-118
If a process needs to be recycled but the user hasn't written code to do it themselves, we can bound chain to our current dbr in order to close everything...
We need a quick start guide to fitting your custom file io routines into an IDataObjectIO implementation. Aha! Link: https://synergex.aha.io/features/HC-115
[ws-federation](https://docs.microsoft.com/en-us/aspnet/core/security/authentication/ws-federation?view=aspnetcore-2.1) docs for aspnetcore provide a good place to start from but we need to tie everything together in once place. Aha! Link: https://synergex.aha.io/features/HC-106
In order to implement role based security inside traditional synergy code we need to be able to retrieve and authenticate a JWT returned from a calling process or a call...