As far as I see it, the authentification on the site is made via OpenID Connect which deliver an access token. Si I need to get this token.
I've tried to get it by downloading the cookies and loading them in get_browser(). It works but the cookies expire very quickly.
So I needt to find an other solution
|