astronaut1712 / angular2-odoo-jsonrpc

OdooRPC for angular2
21 stars 24 forks source link

Check the session i valid or not? #6

Closed hengkyz closed 7 years ago

hengkyz commented 7 years ago

i create a login page, after login i wonder what mechanism that we should use to check whether the session is valid or not, after the user login

astronaut1712 commented 7 years ago

I think it is from odoo side. Client can't know the session is valid or not. Do you have any idea?

hengkyz commented 7 years ago

still exploring the web module from odoo, i will try to combine it with jwt token so i have double validation for the session.