This commit is contained in:
2025-08-23 16:48:31 -04:00
parent 3e02ef57b9
commit 632473a7d8
8 changed files with 75 additions and 45 deletions

View File

@ -182,10 +182,9 @@ const TokenTester: React.FC = () => {
console.log('Testing callback with token verification:', values);
// Verify the token received in the callback
// Verify the token received in the callback (type will be auto-detected)
const verifyResponse = await apiService.verifyToken({
app_id: values.app_id,
type: 'user',
token: values.token,
permissions: values.permissions || [],
});