gjregions
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by gjregions-
gjregions commented,
Ok, I think I may have found a solution/workaround. In my program I'm trying to kickoff the authentication on the form constructor class and it always hangs. However, if I initialize the session a...
-
gjregions commented,
Here is some more added details I've found while digging into this issue: The JWT AdminToken can be created with a .NET Core 3.0 Windows Console build.I cannot get a token created using .NET Frame...
-
gjregions commented,
I wasn't expecting this but when I tried this it appears I have an issue only when using .NET framework. If I attempt to obtain a token using .NET Core it works without issue. I tested using the n...
-
gjregions commented,
I am having this same issue. The developer token works w/out any issues but the I hang on the Session.AdminToken(); call everytime. I'm not sure what I am missing as I have tried updating every op...