auth0-samples / auth0-link-accounts-sample

Examples of how to implement account linking
MIT License
40 stars 59 forks source link

React app no longer works #19

Open jmussman opened 1 month ago

jmussman commented 1 month ago

The React application no longer functions, seems to be related on the surface to the schema for the authorization object changing (scope is not passed correctly, because it moved in the schema). There may be problems related to no more third-party cookies, and refresh tokens for multiple access tokens do not work.

jmussman commented 1 month ago

My bad, it seems what I was looking is ahead of the master but not updated for two years and not in the master.

jmussman commented 1 month ago

Oh yeah, and maybe stop linking to this blind branch from the auth0-react documentation :)