We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0e8924 commit e3d7b6fCopy full SHA for e3d7b6f
src/query/users/src/jwt/jwk.rs
@@ -99,7 +99,7 @@ pub struct JwkKeys {
99
/// [`JwkKeyStore`] is a store for JWKS keys, it will cache the keys for a while and refresh the
100
/// keys periodically. When the keys are refreshed, the older keys will still be kept for a while.
101
///
102
-/// When the keys rorated in the client side first, the server will respond a 401 Authorization Failure
+/// When the keys rotated in the client side first, the server will respond a 401 Authorization Failure
103
/// error, as the key is not found in the cache. We'll try to refresh the keys and try again.
104
pub struct JwkKeyStore {
105
url: String,
0 commit comments