tomquirk / linkedin-api

👨‍💼Linkedin API for Python
MIT License
1.71k stars 401 forks source link

Why authenticate twice? #391

Open teoArganaraz opened 1 month ago

teoArganaraz commented 1 month ago

I was reading the code in detail and found that the validation of cookies in the linkedin class is also done in the client class in the authenticate method. There is a reaso or its only a duplication of code?

Linkedin class cookie validation image

Client class cookie validation image