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
For my application, I need an expiry delta higher than 10 seconds, which the value is currently hardcoded to in token.go. In order to use the builtin TokenSource or Client types, I have to manually hardcode the expiryDelta to a higher value. Having this configurable would provide a much cleaner way for me to use this library, and I think the same goes for some others (as can be seen in this PR #359, and in this issue #249).
The text was updated successfully, but these errors were encountered:
For my application, I need an expiry delta higher than 10 seconds, which the value is currently hardcoded to in token.go. In order to use the builtin TokenSource or Client types, I have to manually hardcode the expiryDelta to a higher value. Having this configurable would provide a much cleaner way for me to use this library, and I think the same goes for some others (as can be seen in this PR #359, and in this issue #249).
The text was updated successfully, but these errors were encountered: