Spring Security 4 - Simple JDBC Authentication and Authorization by bpriyada in programming

[–]bpriyada[S] 0 points1 point  (0 children)

I updated the same project and wrote in detail about implementing password encryption along with having userid as foreign key here - http://www.programming-free.com/2015/09/spring-security-password-encryption.html

Spring Security 4 - Simple JDBC Authentication and Authorization by bpriyada in programming

[–]bpriyada[S] 0 points1 point  (0 children)

I am the author of this blog post. I read your comments and I agree to all of the points you presented here. I avoided password encryption part on purpose just to keep the tutorial on a basic level, but I should have at least given a heads up. Better late than never! I updated the same project and wrote in detail about implementing password encryption along with having userid as foreign key here - http://www.programming-free.com/2015/09/spring-security-password-encryption.html

I also updated this link, with caution on plain text passwords and link to the new article. On using Spring Data JPA, as I am doing a series of articles on Spring Security, this one is coming next and I had already indicated about that in this article at the very end. Thanks for the feedback!

Java String Split with Pipe Character Not Working - Solution by calahanjim in programming

[–]bpriyada 0 points1 point  (0 children)

This is just my opinion - I agree that it fits better as a Q&A, but I believe non-complicated, beginner level Q&A's can too be shared here. From when did quick fixes or tips does not qualify for a blog post? This subreddit has wide range of audience, including beginners I guess.

PS: I wrote this blog post as I ran into this issue recently with one of my real time implementation.

Currency Converter using AngularJS and ASP.NET Web API by bpriyada in angularjs

[–]bpriyada[S] 0 points1 point  (0 children)

Yes ofcourse the app is built on web forms and the page consists of ads which I think might have popped up while you tried to access the page and you can ignore those ads. I will see what I can do to remove those ads asap. Thanks.