Arthur
Arthur
Thanks, @derekcollison, any idea where I can track this table? Surely many clients will benefit from this feature.
Any info on this? Where would you like to create a discussion? The feature is convenient.
Hi @derekcollison. I plan to sign valid user JWT using the Java back-end and NATS Account in my scenario.
Hi @derekcollison, you didn't need any JWT file when you signed ephemeral User's JWT. I use Java SDK JwtUtils to generate a JWT token and authorize the connection. So no...
Hey folks. Any forecast on when this could be included in the NATS server? I can contribute to the Java and JS client-side implementation. Or even Go-Lang if you give...
As a suggestion, I think it would be reasonable to unsubscribe from all the previous subscriptions that the client has (after changing the JWT key). This could also be delegated...
Hello. I wonder if there is any progress on this. Also, bumping the issue. @derekcollison
Found this implementation in Electron C++ code. Maybe this could help. https://github.com/electron/electron/blob/b8261f15916eb94428d5672716f85c56720b1501/shell/browser/native_window_views.cc#L1047
Same for me, I have `mobile.json` ```json { "$schema": "../gen/schemas/mobile-schema.json", "identifier": "mobile-capability", "description": "Capability for mobile", "webviews": [ "main" ], "windows": [ "main" ], "platforms": [ "android", "iOS" ], "permissions":...