. .

smalltalk

Authentication in Seaside 3.0

July 8, 2011 7:40:01.000

James Foster explains how to do user specific rendering in Seaside:

Seaside has the built-in ability to use HTTP Authentication to restrict an application to a specific user/password. The method WAAdmin class>>#’register:asApplicationAt:user:password:’ registers the application with WAAuthenticationFilter as a filter and provides a single user and password that must be provided in order to view the initial page. This provides some password security, but does not differentiate among allowed users (e.g., everyone will use the same ‘admin’ user name).

Technorati Tags:

posted by James Robertson

 Share Tweet This