v0.2.0
- [BC] The
isRequestValid
from the ResourceServer is now gone in favour of a simpler approach: you just need to call thegetAccessToken
from the ResourceServer (with optional scopes), and null will be returned if the token is either expired, does not exist or does not match given scopes.