tomekbielaszewski / Ogame

Ogame clone created for coding practice
0 stars 1 forks source link

Reimplement Authentication system to use DaoAuthenticationProvider and UserDetailsService #43

Closed tomekbielaszewski closed 8 years ago

tomekbielaszewski commented 8 years ago

User authentication now uses DaoAuthenticationProvider Spring passwordEncoder introduced in place of explicit call to BCrypt removed old AuthProvider tests improved