symfony - Shouldn't the old access token be invalidated by a refresh call? -


when refresh oauth access token a, new access token b. a still valid, can still use it.

shouldn't old access token invalidated refresh operation? if not, if it's "by design", give me details why?

note: using symfony fosoauthserverbundle bundle.

the rfc6749 section 1.5 indicates that:

refresh tokens issued client authorization server , used obtain [...] additional access tokens identical or narrower scope

as far understand, access token a may still valid when access token b issued refreh token.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -