File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ ## Version 4.0.0
5+ - ** Breaking Change** : Added new ` AuthorizationResponse.Type.CANCELLED ` to differentiate user-initiated cancellations from technical errors.
6+ - User cancellations (browser closed, back button pressed) now return ` Type.CANCELLED ` with ` RESULT_CANCELED `
7+ - Technical errors (malformed responses, missing data) return ` Type.EMPTY ` with ` RESULT_OK `
8+ - OAuth errors (e.g., ` access_denied ` ) continue to return ` Type.ERROR ` with ` RESULT_OK `
9+ - Client applications should update their authorization result handling to account for the new ` CANCELLED ` type and ` RESULT_CANCELED ` result code.
10+
411## Version 3.0.0
512- Add mandatory redirect path pattern.
613
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ plugins {
3535}
3636
3737group = " com.spotify.android"
38- version = " 3.1 .0"
38+ version = " 4.0 .0"
3939
4040val archivesBaseName = " auth"
4141
You can’t perform that action at this time.
0 commit comments