CJNE / pyporscheconnectapi

Python client library for Porsche Connect API
MIT License
44 stars 9 forks source link

New authentication scheme #24

Closed fredriklj closed 1 year ago

fredriklj commented 1 year ago

There seem to be a new challege-response authentication scheme in place. Have not dug out the details yet, but we may have to collaborate on this one.

I believe this is what we are looking at:

https://auth0.com/docs/get-started/authentication-and-authorization-flow/authorization-code-flow-with-proof-key-for-code-exchange-pkce

CJNE commented 1 year ago

Yes they switched to Auth0 for the auth backend, version 0.1.1 and above has support for this :)

fredriklj commented 1 year ago

Wow, good work :-)