Actions
Feature #942
closedStandard authentication widget
Start date:
08/10/2011
Due date:
% Done:
0%
Estimated time:
Description
Most web apps need some form of authentication.
There are many issues in implementing this correctly. See this discussion and many of these issues are unique to web applications.
In Wt, this could be abstracted nicely in a widget (WAuthenticationWidget) which talks to a model for actual storage of tokens, a model for a hash function, a model for confirming through mail, etc... with some concrete implementations which use for example Wt::Dbo and the recommended bcrypt.
The authentication widget itselfs allows login and logout functions, and its user-interface is entirely customizable and CSS-stylable.
Regards,
koen
Updated by Koen Deforche about 13 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
Updated by Koen Deforche almost 13 years ago
- Status changed from InProgress to Resolved
- Target version set to 3.2.0
Updated by Koen Deforche almost 13 years ago
- Status changed from Resolved to Closed
Actions