Announcing new release: Version 4.0.0 ! #1670
negoe
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello MSAL Android Community!!
We are glad to announce our new release: Version 4.0.0 🥳
New features ✨
Yay!! Now you can implement self-service sign up flow for your Android apps, by adding a direct link to the
create account
experience usingprompt=create
. (#1611).• Documentation: Link
• PR: (#1611).
API Updates: 🌟
We are announcing deprecation of
PublicClientApplication
SingleAccountPublicClientApplication
andMultipleAccountPublicClientApplication
methods that are not usingTokenParameter
subclasses or the newSignInParameters
class. This is to standardize the use of theTokenParameter
subclasses, to increase consistency, avoid using different object types for the same conceptual scope, and reduce the number of methods that our API is exposing to developers.Note: We will be deprecating the methods in the next major release and followed by deletion of the same methods in the following major release. (#1595)
Removed launching logout endpoint in default browser for shared device mode signout flow. (#1783)
We updated androidx appcompat version from 1.0.2 -> 1.1.0 (#1629)
Beta Was this translation helpful? Give feedback.
All reactions