In an OAuth2-secured API, counter-measures against insecure token storage in third party client-side apps

Context:

I own one or more public API’s protected by token-based security
I own an OAuth2 server to issue API access tokens via implicit grant to third party single-page apps

Problem:

What steps can I take to help ensu… Continue reading In an OAuth2-secured API, counter-measures against insecure token storage in third party client-side apps