Really stupid question.....I'm not planning on using the DAL (because i'll 
be using CouchBase).  I'd rather not use sqlite at all.  What do I need to 
do to save the credentials into the couchbase db instead of the sqlite? 
 I'm assuming the DAL handles the password encryption and all that.

Thanks for your help yamandu.



On Thursday, May 1, 2014 10:03:02 AM UTC-7, yamandu wrote:
>
> If they share the same DB and they all are in the same network, the 
> builtin authentication will work.
>
> If not, you may want to sync the authentication tables while you have 
> connection. So each local application will have a copy.
>
>
>
> 2014-05-01 12:22 GMT-03:00 Brando <bhe...@trustcc.com <javascript:>>:
>
>> What are my options if I want users to be able to login with or without 
>> an internet connection and still be able to centrally control 
>> authentication on all the nodes?   Keep in mind that these machines will 
>> have internet connection throughout the day, however they will be offline 
>> for an hour or two at the time.
>>
>>
>>
>> On Wednesday, April 30, 2014 1:46:01 PM UTC-7, yamandu wrote:
>>
>>> If each node must authenticate with OAuth with it will requires internet 
>>> connection.
>>> Give a look here: https://developers.google.com/accounts/docs/OAuth2
>>>
>>>
>>> 2014-04-30 16:30 GMT-03:00 Brando <bhe...@trustcc.com>:
>>>
>>>>  I want to use OAuth + Google and want to know if things will work if 
>>>> a node is offline.  My app model is as follows.
>>>>
>>>>
>>>> I will have about 15 laptops in the field.
>>>> Each laptop will have a local copy of the app installed.
>>>> The laptop may/may not have Internet access.
>>>> I plan on using Couchbase for the DB
>>>> I need to be able to restrict access to a particular user (if they get 
>>>> fired or something)
>>>>
>>>> Is it possible to allow people to login even if they don't have 
>>>> Internet access?  How would this work?
>>>>
>>>> -- 
>>>> Resources:
>>>> - http://web2py.com
>>>> - http://web2py.com/book (Documentation)
>>>> - http://github.com/web2py/web2py (Source code)
>>>> - https://code.google.com/p/web2py/issues/list (Report Issues)
>>>> --- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "web2py-users" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to web2py+un...@googlegroups.com.
>>>>
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>
>>>
>>> -- 
>>> Att.
>>>
>>> Carlos J. Costa
>>> Cientista da Computação
>>> Esp. Gestão em Telecom
>>>
>>> EL MELECH NEEMAN!
>>> אָמֵן
>>>
>>>   -- 
>> Resources:
>> - http://web2py.com
>> - http://web2py.com/book (Documentation)
>> - http://github.com/web2py/web2py (Source code)
>> - https://code.google.com/p/web2py/issues/list (Report Issues)
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "web2py-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to web2py+un...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Att.
>
> Carlos J. Costa
> Cientista da Computação
> Esp. Gestão em Telecom
>
> EL MELECH NEEMAN!
> אָמֵן
>
> 

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to