Seaside authentication/login/user account package

Previous Topic Next Topic
 
19 messages Options
Seaside authentication/login/user account package – Hello all, I have just published the TFLogin package at http://www.squeaksource.com/TFLogin. This package provides basic user authenticatio...
Oh, the test app is running at http://www.ensurete.com/LoginTestApp ;). On Thu, Jan 6, 2011 at 2:31 PM, Tony Fleig <tony.fleig@...> wrote...
I updated TFLogin to add the capability for the host application to reject proposed new user passwords and supply error text to be displayed to ...
thank you! On Fri, Jan 7, 2011 at 6:37 AM, Tony Fleig <tony.fleig@...> wrote: > I updated TFLogin to add the capability for the host ...
Tony, On 06 Jan 2011, at 23:31, Tony Fleig wrote: > I have just published the TFLogin package at > http://www.squeaksource.com/TFLogi...
Tony, nice work indeed. Two things Class variable names should be capitalized, so in TLApplicationPropertyItem with displayName and userMod...
Alex, Thank you for noticing those uncapitalized class variables. They are in fact unused so I have removed them. (I'm sure there are many mor...
I have published an updated TFLogin package to http://www.squeaksource.com/TFLogin. The changes are: The BowWave reCaptcha package is now u...
More bugfixes and a few new features published to http://www.squeaksource.com/TFLogin. I'm done for the day. TF On Fri, Jan 7, 2011 at 12...
I have published yet another updated TFLogin package to http://www.squeaksource.com/TFLogin. In addition to bugfixes, I added a feature allowi...
Hi Tony and list, I'm using your TFLogin package and must say it's a very useful piece of work. Every app I coded needed most features yor pac...
Bernat, Thanks very much for the criticism. I agree with you 100%. There is much that should be done to make the package easier for styling. I...
Hi Tony, Sorry I took a bit long to answer. At the moment I'm a little bit too busy to focus on helping you refactor TFLogin, as I've just sta...
Nice! How about also adding support for the user to login using Facebook, Google, Yahoo, Twitter etc you see often on web applications these days?
No problem Bernat. I think I will be able to start on the refactoring of the rendering methods this week. TF On Mon, Jan 31, 2011 at 12...
I agree that many would probably fund it useful to have additional login options such as via Facebook, Twitter, Google, etc. I'll add that to my...
I agree with the security concerns for sensitive information and the "two groups" of accounts you talked about and indeed the Google/Yah...
Sure, though you can also maintain your own authentication service or, in the meantime, at least introduce OpenID delegation to leave that optio...
This is great: http://blog.doit.st/2011/02/15/cloudforksso-openid-and-oauth-support-for-smalltalk/