ERP-Ukraine / odoo-rpc-dart

Odoo RPC Library for Dart
MIT License
43 stars 32 forks source link

keep session and saty logged in #26

Closed fedimad closed 2 years ago

fedimad commented 2 years ago

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

lem8r commented 2 years ago

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.