Skip to content

Commit e6c3ac3

Browse files
authored
Release 3.9.0 (#854)
1 parent f17e2f7 commit e6c3ac3

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8.0
1+
3.9.0

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## [3.9.0](https://github.com/auth0/Auth0.Android/tree/3.9.0) (2025-08-11)
4+
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.8.0...3.9.0)
5+
6+
**Added**
7+
- feat: Add support for DPoP [\#850](https://github.com/auth0/Auth0.Android/pull/850) ([pmathew92](https://github.com/pmathew92))
8+
- feat : support to pass organisation while signing-up and signing-in with passkeys [\#843](https://github.com/auth0/Auth0.Android/pull/843) ([pmathew92](https://github.com/pmathew92))
9+
- Exposes UserProfile to return contents of id token without refreshing credentials [\#840](https://github.com/auth0/Auth0.Android/pull/840) ([NandanPrabhu](https://github.com/NandanPrabhu))
10+
11+
**Updated**
12+
- `userInfo` api in the `AuthenticationAPIClient` class now takes a tokenType parameter with a default value of `Bearer`.
13+
314
## [3.8.0](https://github.com/auth0/Auth0.Android/tree/3.8.0) (2025-06-04)
415
[Full Changelog](https://github.com/auth0/Auth0.Android/compare/3.7.0...3.8.0)
516

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To install Auth0.Android with [Gradle](https://gradle.org/), simply add the foll
5151

5252
```gradle
5353
dependencies {
54-
implementation 'com.auth0.android:auth0:3.8.0'
54+
implementation 'com.auth0.android:auth0:3.9.0'
5555
}
5656
```
5757

auth0/src/main/java/com/auth0/android/authentication/AuthenticationAPIClient.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@ public class AuthenticationAPIClient @VisibleForTesting(otherwise = VisibleForTe
573573
*```
574574
*
575575
* @param accessToken used to fetch it's information
576+
* @param tokenType type of the token from [Credentials]. Defaults to Bearer.
576577
* @return a request to start
577578
*/
578579
public fun userInfo(

0 commit comments

Comments
 (0)