The version I use is odoo17, and I want to login with no password.
Like, if my friend wants to access some function of my odoo, I just send him a single url and he only needs to click the url, then jumps to the page I let him access.
For normal way, it always needs to fill user and password like admin & admin. I want to skip this step, the way I thought about it is sending a key or fill the user&password information in the url. But it is quite unsafe. Is the token possible?
I found the server-auth on OCA, is it possible to achieve with any module in it?
Waiting for your replying and thanks.