You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -290,11 +290,7 @@ The callback will get invoked when the user returns to your application. There a
290
290
291
291
If the `returnTo` URL is not found in the **Allowed Logout URLs** of your Auth0 Application, the server will not make the redirection and the browser will remain open.
292
292
293
-
### Trusted Web Activity (Experimental Release)
294
-
295
-
> **⚠️ Warning:** Trusted Web Activity support in Auth0.Android is still experimental and can change in the future.
296
-
>
297
-
> Please test it thoroughly in all the targeted browsers and OS variants and let us know your feedback.
293
+
### Trusted Web Activity
298
294
299
295
Trusted Web Activity is a feature provided by some browsers to provide a native look and feel.
@@ -210,9 +209,7 @@ public object WebAuthProvider {
210
209
* Launches the Logout experience with a native feel (without address bar). For this to work,
211
210
* you have to setup the app as trusted following the steps mentioned [here](https://github.com/auth0/Auth0.Android/blob/main/EXAMPLES.md#trusted-web-activity-experimental).
212
211
*
213
-
* This is still an experimental feature, test it thoroughly in the targeted devices and OS variants and let us know your feedback
@@ -504,9 +501,7 @@ public object WebAuthProvider {
504
501
* Launches the Login experience with a native feel (without address bar). For this to work,
505
502
* you have to setup the app as trusted following the steps mentioned [here](https://github.com/auth0/Auth0.Android/blob/main/EXAMPLES.md#trusted-web-activity-experimental).
506
503
*
507
-
* This is still an experimental feature, test it thoroughly in the targeted devices and OS variants and let us know your feedback
0 commit comments