lucky8987
lucky8987
## What is the purpose of the change [issues#12719](https://github.com/alibaba/nacos/issues/12719 ) ## Brief changelog Modify the login logic in the NacosClientAuthServiceImpl code to record the refresh time of the token in...
**Is your feature request related to a problem? Please describe.** If the user updates the `nacos.core.auth.plugin.nacos.token.secret.key` parameter in the application, the generated access tokens will need to wait for the...
Define the enable function in BindingsPropertiesProcessor like this: ```java /** * An interface for types that transform the contents of a {@link Bindings} into properties for injection into a *...