spring-security icon indicating copy to clipboard operation
spring-security copied to clipboard

Provide AbstractOneTimeTokenService

Open franticticktick opened this issue 1 year ago • 0 comments

To reduce code duplication between InMemoryOneTimeTokenService and JdbcOneTimeTokenService, need to separate out the shared code in AbstractOneTimeTokenService. This class can be made part of public API so that developers can create their own implementations based on existing logic.

franticticktick avatar Oct 03 '24 20:10 franticticktick