Class PasswordConfig
- java.lang.Object
-
- idatt2106.group3.backend.Configuration.Security.PasswordConfig
-
@Configuration public class PasswordConfig extends java.lang.Object
Configures PasswordEncoder for hashing and salting password for users Also checks if an inputted password matches a hashed password
-
-
Constructor Summary
Constructors Constructor Description PasswordConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.security.crypto.password.PasswordEncoder
encoder()
-