Is there a safe way to manage users in a Seaside application?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Is there a safe way to manage users in a Seaside application?

Baptiste Quidé-2
Hello Seaside developers.

First of all let me introduce myself. My name is Baptiste and I am a student in the north of France. I am currently developing a Seaside application and i would like to manage users with a register and login functionalities. I read the chapter "Customizing the Session for Login" in the book Dynamic Development with Seaside. 

However this solution is a little bit basic and I would like to know if a safe way exists in Seaside to manage users (for instance with google account, openID or anything else?).

Best regards.

Baptiste

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Is there a safe way to manage users in a Seaside application?

Johan Brichau-2
Hi Baptiste,

Login and authentication is something that is not handled by Seaside, because it’s something that should be handled at the application level.
There are many ways to implement your authentication and they would all integrate with Seaside in the way you read in the book chapter, at least concering the Seaside sessions.

If you are looking for implementations of openID, google login, etc… Tony Fleig once created a package that implements login authentication in the context of a Seaside app. 
This should get you started: http://smalltalkhub.com/#!/~sergio101/TF-Login/ 

cheers
Johan

On 21 Dec 2014, at 23:42, Baptiste Quidé <[hidden email]> wrote:

Hello Seaside developers.

First of all let me introduce myself. My name is Baptiste and I am a student in the north of France. I am currently developing a Seaside application and i would like to manage users with a register and login functionalities. I read the chapter "Customizing the Session for Login" in the book Dynamic Development with Seaside. 

However this solution is a little bit basic and I would like to know if a safe way exists in Seaside to manage users (for instance with google account, openID or anything else?).

Best regards.

Baptiste
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside