浏览代码

Document JdbcOneTimeTokenService

Issue gh-15735
Rob Winch 10 月之前
父节点
当前提交
f002fedb73
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/modules/ROOT/pages/servlet/authentication/onetimetoken.adoc

+ 1 - 0
docs/modules/ROOT/pages/servlet/authentication/onetimetoken.adoc

@@ -412,6 +412,7 @@ class MagicLinkGeneratedOneTimeTokenSuccessHandler : GeneratedOneTimeTokenHandle
 
 The interface that define the common operations for generating and consuming one-time tokens is the javadoc:org.springframework.security.authentication.ott.OneTimeTokenService[].
 Spring Security uses the javadoc:org.springframework.security.authentication.ott.InMemoryOneTimeTokenService[] as the default implementation of that interface, if none is provided.
+For production environments consider using javadoc:org.springframework.security.authentication.ott.JdbcOneTimeTokenService[].
 
 Some of the most common reasons to customize the `OneTimeTokenService` are, but not limited to: