Releases: schibsted/account-sdk-android-web
Releases · schibsted/account-sdk-android-web
2.4.1
IDToken verification for ACR eid-se
and eid-no
should validate against eid
value for AMR, see commit
2.4.0
- Enable eid verification as mfa type, see commit
2.3.7
- Decrease androidx.security:security-crypto version to alpha-01 in attempt to approach these reported crashes. See commit.
2.3.6
- Remove SerializedName from token in migration flow, see commit
2.3.5
- Making it possible to forward filename for what shared preferences file to fetch legacy tokens in, see commit
2.3.4
- Add fallback to default browser if Custom Tabs is not available for manual flow, see commit.
2.3.3
- Remove id_token as mandatory when migrating from old SDK to new SDK, see commit
2.3.2
- Make variable cashedUser private for Client
2.3.1
- Bugfix: Make sure same User instance is used for all RetrofitClients, commits are here and here
2.3.0
- New function to verify that RetrofitClient has been initialised, commit is here