It makes possible to use options array to pass any of 20+ bshaffer's OAuth2 Server parameters.
It doesn't brake compatibility with existing tokenParamName, tokenAccessLifetime and useJwtToken parameters.
Also it makes tokenParamName optional, you may not specify it which results in default token name access_token.
It makes possible to use
options
array to pass any of 20+ bshaffer's OAuth2 Server parameters. It doesn't brake compatibility with existingtokenParamName
,tokenAccessLifetime
anduseJwtToken
parameters.Also it makes
tokenParamName
optional, you may not specify it which results in default token nameaccess_token
.