Possibility to use a different token than the one defined in the config#106
Possibility to use a different token than the one defined in the config#106Erenthil wants to merge 1 commit intoBetterCloud:masterfrom
Conversation
|
Can you talk a bit about the use case(s) here? The fundamental design of the driver thus far has been that tokens are tied to If someone is routinely using a variety of different tokens in the same area of code, then I could perhaps understand their preferences differing on that design. But I have to believe that this is an edge case rather than the typical norm, and breaking the existing pattern for it seems to be a bit muddled and confusing. |
|
Sorry for the delay of response. A solution would be to implement a SessionManager that can be extended as it's the case for the Spring Vault project. Here is my use case :
|
No description provided.