Saher Al-Sous
12/30/2022, 7:40 AMPOST
function, i get the 403 error, why this is happening?Riccardo Lippolis
12/30/2022, 8:41 AMSaher Al-Sous
12/30/2022, 9:20 AMSaher Al-Sous
12/30/2022, 6:54 PMSaher Al-Sous
12/30/2022, 7:01 PMBad credentialseven though i'm using the provided password? is it that the password doesn't match with the encrypted password?
@Bean
fun passwordEncoder(): PasswordEncoder {
return BCryptPasswordEncoder()
}