Rating: 3/5
We encountered some text that was breaking at the wrong place in our Flex application. Using didn’t work at all. After a bit of puzzling and searching, we found the answer. Instead of we should use  . It worked!
I needed to quickly roll out a small security framework for an app at work. Since it’s a security framework, it must have at the minimum:
- User Management – add/edit/delete users for administrators and change password for users.
- Authentication – establish identity of a user by getting user credentials typically via a login page.
- Authorization – establish if an authenticated user is allowed access to a resource.