cool
This commit is contained in:
@ -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 || [],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user