Skip to content

Commit f002fed

Browse files
committed
Document JdbcOneTimeTokenService
Issue gh-15735
1 parent c3a5ae1 commit f002fed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/modules/ROOT/pages/servlet/authentication/onetimetoken.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ class MagicLinkGeneratedOneTimeTokenSuccessHandler : GeneratedOneTimeTokenHandle
412412

413413
The interface that define the common operations for generating and consuming one-time tokens is the javadoc:org.springframework.security.authentication.ott.OneTimeTokenService[].
414414
Spring Security uses the javadoc:org.springframework.security.authentication.ott.InMemoryOneTimeTokenService[] as the default implementation of that interface, if none is provided.
415+
For production environments consider using javadoc:org.springframework.security.authentication.ott.JdbcOneTimeTokenService[].
415416

416417
Some of the most common reasons to customize the `OneTimeTokenService` are, but not limited to:
417418

0 commit comments

Comments
 (0)