Web3auth.logout() function doesn't make the id_token invalid

I use the plug and play web no-modal sdk with custom authentication. I have a google application and I configured everything as you state in your docs.

When I logout as a user with web3auth.logout() function, the id_token that is issued for the user doesn’t become invalid and I can use this id_token to make further requests from Postman (just for testing purposes). But why the id_token issued for the user doesn’t become invalid on logout? Shouldn’t it be?

  • SDK Version: 7.3.1

hi @gorkem

Sorry for the delay in answering your post.

Did you try to use our last version v8.3?