icastillejogomez / degiro-api

Unofficial DeGiro stock broker API. See your portfolio and set up orders in the market like wall street
MIT License
201 stars 30 forks source link

Allow authentication with only jsessionId. #21

Closed magnific0 closed 3 years ago

magnific0 commented 3 years ago

As the title says. The program always demands a username and pwd for a login(). But this is not necessary when jsessionId is supplied. The PR makes username and pwd optional if jsessionId is defined.

Cheers!

icastillejogomez commented 3 years ago

Great change. Thanks for contribute mate! Happy coding!

icastillejogomez commented 3 years ago

New versión v1.0.3 is available on npm with this changes! 😄