Howdy,

I ended up with the same predicament and at the end of the day decided
to implement it myself, maybe not the most "desirable"  option but it
has worked perfectly for me, writing an authentication/authorization
pattern is not as hard as you would imagine, especially in web2py, I
wrote a bit about it in my (web2py-based :) blog:
http://www.julioflores.com/zblog/blog/view/9 - The only issue I see
with this approach would be scalability. Cheers.

-jf/sb

On Mar 14, 10:38 am, David Marko <[email protected]> wrote:
> Is there anyone who used CAS (https://mdp.cti.depaul.edu/cas) with the
> new Auth system built-in in web2py? We have to create a several
> appliances with a shared authentication system and we are considering
> the right way.
>
> Is there any 'good practice' for  following scenario? For one client
> we need to develop several apps(project management, incoming invoices
> managment, outgoing invoices managment etc.)  Though these apps must
> work separately(at least are developed separately),  they must share
> some common parts, like shared options, authentication (where roles
> specify, which app is availabe for which user etc. ) Overall its very
> common scenario, when you have many smaller customers each having many
> apps, rather than developing one big application shared for all.
>
> You experince is appreciated!
> David
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to