Okay, so I have done a couple of extension streams and I’m slowly getting down to a base system. As I’m using dotnet core 2 it’s been a bit of a pain and also my own “learning”, however Verification of JWTs through API and Websockets works nicely, Signing of JWTs is in theory working, I haven’t tested this.
My next task it to cycle secrets on a periodic basis, the issue I have with all this is to get an official JWT, to test the cycling of a secret and the “re-auth” I need to be online.
Is there hope? It was during my stream last night that there may be help coming with regards this, is that correct? Are we getting an Extension Dev Toolkit that will allow us to test using official methods to get official results rather than predicting?