ERP-Ukraine / odoo-rpc-dart

Odoo RPC Library for Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keep session and saty logged in

fedimad opened this issue · comments

in my flutter app i use multiple pages, is there a way to use the same instance (opened when user logged in) or should I authenticate everytime i switch pages

OdooClient instance should be global across the app. There is no need to login multiple times unless you need to change a user or database.