Replace Verida Connect by Verida Auth#24
Conversation
|
Comments from @aurelticot I haven't tested everything yet. Except the Browse Data page that has an issue, likely already present earlier (related to a react controlled input). I'll have a look tomorrow (tuesday). So far, I put arbitrary scopes for the Auth token, I'm still unsure what's needed. |
This is because this app was using the wallet to sign in, which doesn't use scopes. The dev console was providing the raw session token object.
Yep, that's because there's no scope defined and scopes are required when using an API key instead of a session token for authentication. I think adding a The developer console can then request that scope as part of signing in. |
Okay, makes sense |

What's changed?
How to test these changes?
Anything to be aware of?