Uses of Class
com.ericbouchut.learndev.auth.entity.EmailToken
Packages that use EmailToken
-
Uses of EmailToken in com.ericbouchut.learndev.auth.repository
Methods in com.ericbouchut.learndev.auth.repository that return types with arguments of type EmailTokenModifier and TypeMethodDescriptionEmailTokenRepository.findByToken(String token) Lookup by SHA-256 hash (the raw token is never stored).EmailTokenRepository.findByUserAndUsedAtIsNull(User user) The user's tokens that were never consumed (to invalidate on resend).