FlexAccount, a Simple Login System for Flex
Here’s a little project I’ve been working on, on and off, for some time: A login system for simple Flex-based applications with a PHP back end.
It’s called FlexAccount, and there’s information and a download at that link.
I posted it yesterday and this article by Jeff Atwood made me think of calling it out today. One of my goals with FlexAccount was to create something that’s a reasonable representation of best practices, and that includes salting passwords in the database, using a unique, per-user salt.
If you start with FlexAccount, then you’re storing passwords correctly.
July 13th, 2009 at 9:04 am
Thanks for the project..I wanna ask,what if i want to create a backend system for admins to handle guestbook for example…Are there another way than using states?Thanks…