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
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/servlet/authentication/onetimetoken.adoc
+1
Original file line number
Diff line number
Diff line change
@@ -412,6 +412,7 @@ class MagicLinkGeneratedOneTimeTokenSuccessHandler : GeneratedOneTimeTokenHandle
412
412
413
413
The interface that define the common operations for generating and consuming one-time tokens is the javadoc:org.springframework.security.authentication.ott.OneTimeTokenService[].
414
414
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[].
415
416
416
417
Some of the most common reasons to customize the `OneTimeTokenService` are, but not limited to:
0 commit comments