[Seaside] authecation question

Sebastian Sastre sebastian at flowingconcept.com
Mon Sep 1 17:56:21 UTC 2014


Hi Roelof,

Just to make sure you’re on the right expectation, Seaside is agnostic to it. It’s up to each app how to implement that feature.

Sounds like you need to implement some kind of:
http://en.wikipedia.org/wiki/Role-based_access_control

I’d suggest to start as simple as you can, so you deliver value fast and iterate later based on solid user feedback

sebastian

o/

blog: http://sebastianconcept.com
LinkedIn: http://www.linkedin.com/in/sebastiansastre
github: https://github.com/sebastianconcept





On Sep 1, 2014, at 12:46 PM, Roelof Wobben <r.wobben at home.nl> wrote:

> Thanks,
> 
> I found it but I do not give a answer to the question how I can give some user rights to some parts of the app.
> 
> Roelof
> 
> 
> 
> James Foster schreef op 1-9-2014 17:19:
>> See chapter 12 in http://seaside.gemtalksystems.com/tutorial.html for a somewhat dated example of how to add login capability to a Seaside application in Pharo.
>> 
>> James
>> 
>> On Sep 1, 2014, at 7:07 AM, Roelof Wobben <r.wobben at home.nl> wrote:
>> 
>>> Hello,
>>> 
>>> I want to try to make a financial app for a toy library.
>>> 
>>> First problem I have is how to do this ?
>>> 
>>> I want to have a admin user which is the only one who can provide a login name and password for users.
>>> After that the users can log in.
>>> 
>>> Also I want to hide things from them so only the admin user can do that particular task.
>>> 
>>> Can this be done with Cincom smalltalk ?
>>> 
>>> Roelof
>>> 
>>> _______________________________________________
>>> seaside mailing list
>>> seaside at lists.squeakfoundation.org
>>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>> 
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>> 
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20140901/5dc3e8a5/attachment-0001.htm


More information about the seaside mailing list