How to manage User Account Token

I am running a service available on both an app and a web platform with "Sign In with Apple."

  1. Should I store the tokens separately, or should I overwrite them in a single storage location?

  2. When a user requests to sign out, should I revoke both the app and web tokens, or will revoking the app token automatically cover the web token as well?

How to manage User Account Token
 
 
Q