Add scopes and expires_in_seconds to token info
Prior to upgrading doorkeeper to 5.0.2 these attributes were both in the token_info response. They have now been renamed to 'scope' and 'expires_in'. Add these fields back in for now, so that we can get the security fix with 5.0.2 out - and removed these fields after we can properly communicate their deprecation.
Showing
Please register or sign in to comment