You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add DownloadableFileBlock interface for Pdf, File, and Image blocks This change: - Adds new interface to unify common functionality - Implements interface for PdfBlock, FileBlock, and ImageBlock - Adds comprehensive test coverage
fix: got error response when create token (#152) The empty redirect_url shown in request will cause error when user authorization url without redirect_url(it's valid case). Also fix parse create token error response to empty error object.