We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @iegomez!
First of all, thank you for providing this plugin, appreciate it!
Just noticed a small typo which means that option auth_opt_cache_refresh does not work:
auth_opt_cache_refresh
if refresh, ok := authOpts["cache_rfresh"]; ok && refresh == "true" {
Note the missing e in "cache_rfresh".
e
"cache_rfresh"
Let me know if you would prefer a PR, happy to make it.
The text was updated successfully, but these errors were encountered:
Hi, @grafolean, and thanks for catching that typo! PR works for me, but if not I'll fix it later today.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi @iegomez!
First of all, thank you for providing this plugin, appreciate it!
Just noticed a small typo which means that option
auth_opt_cache_refresh
does not work:Note the missing
e
in"cache_rfresh"
.Let me know if you would prefer a PR, happy to make it.
The text was updated successfully, but these errors were encountered: