OAuth2 v1.2.7 Release Notes

    • ➕ Add accessTokenAssumeUnexpired variable to allow storing of access tokens even if "expires_in" is not supplied. You may need to intercept 401s and re-authorize when performing REST requests.
    • ➕ Add OAuth2DynReg class to help with dynamic client registration (preliminary/incomplete).
    • 🔨 Code refactoring