Skip to content

Releases: schibsted/account-sdk-android-web

2.4.1

03 Mar 13:04
5b023e9
Compare
Choose a tag to compare

IDToken verification for ACR eid-se and eid-no should validate against eid value for AMR, see commit

2.4.0

02 Mar 10:27
Compare
Choose a tag to compare
  • Enable eid verification as mfa type, see commit

2.3.7

14 Feb 10:09
Compare
Choose a tag to compare
  • Decrease androidx.security:security-crypto version to alpha-01 in attempt to approach these reported crashes. See commit.

2.3.6

04 Feb 15:55
Compare
Choose a tag to compare
  • Remove SerializedName from token in migration flow, see commit

2.3.5

04 Feb 15:16
Compare
Choose a tag to compare
  • Making it possible to forward filename for what shared preferences file to fetch legacy tokens in, see commit

2.3.4

02 Feb 10:13
Compare
Choose a tag to compare
  • Add fallback to default browser if Custom Tabs is not available for manual flow, see commit.

2.3.3

31 Jan 09:38
Compare
Choose a tag to compare
  • Remove id_token as mandatory when migrating from old SDK to new SDK, see commit

2.3.2

26 Jan 09:42
Compare
Choose a tag to compare
  • Make variable cashedUser private for Client

2.3.1

25 Jan 15:17
Compare
Choose a tag to compare
  • Bugfix: Make sure same User instance is used for all RetrofitClients, commits are here and here

2.3.0

21 Jan 09:57
Compare
Choose a tag to compare
  • New function to verify that RetrofitClient has been initialised, commit is here