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
Passing JWT token in initial config is not a problem (may be thru URL will be problematic, but I hope it will not be a case).
The problem is to update. Usually there is some token manager with registered callback or function that returns token for operation.
JDBC is configured thru one of two ways:
url parameters
properties
There is not problem to pass some instance of a class that returns tokens thru properties. Using URL we can pass only string.
But we can limit solution only for properties.
scope:
blocked by #1834
The text was updated successfully, but these errors were encountered: