-
Notifications
You must be signed in to change notification settings - Fork 28
refreshnow method #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
enhancement
New feature or request
Comments
This is my get_new_connection method for illustration.
|
@0xjjoyy `
` |
Also doing this custom db doesn't do the work
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please consider to add the a public method to allow the ability to refresh a secret on demand. Similar to how the Java cache library has a refreshNow() method.
Currently the python methods are 'internal' class methods (though still accessible).
I can do the following to invoke a refresh, though would be more straightforward if it was supported by the class method.
The text was updated successfully, but these errors were encountered: