From 3be97e233dd22da0b395fcc12bc647d7b0c5b987 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Fri, 27 Oct 2023 13:03:41 +0200 Subject: [PATCH] Add beta notice to MAUI readme (#299) --- src/Auth0.OidcClient.MAUI/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Auth0.OidcClient.MAUI/README.md b/src/Auth0.OidcClient.MAUI/README.md index 2c233395..eabf2223 100644 --- a/src/Auth0.OidcClient.MAUI/README.md +++ b/src/Auth0.OidcClient.MAUI/README.md @@ -2,12 +2,14 @@ Integrate Auth0 in a MAUI application targetting iOS, macOS or Android by using the `Auth0.OIdcClient.MAUI` SDK. +> ℹ️ This SDK is available in **Beta**! Try it out today, any feedback is appreciated. Just as with any beta release, **using this in production is highly discouraged**. + ## Install the SDK The SDK can be installed through Nuget: ```sh -Install-Package Auth0.OIdcClient.MAUI +Install-Package Auth0.OIdcClient.MAUI -IncludePrerelease ``` ## Configuring the SDK @@ -45,6 +47,9 @@ public class WebAuthenticatorActivity : Microsoft.Maui.Authentication.WebAuthent The above activity will ensure the application can handle the `myapp://callback` URL when Auth0 redirects back to the Android application after logging in. ### Windows + +> ℹ️ Even though the entire MAUI SDK is beta, the Windows implementation specifically is highly experimental and has not been tested from a security perspective yet. + To make sure it can properly reactivate your application after being redirected back go Auth0, you need to do two things: - Add the corresponding protocol to the `Package.appxmanifest`. In this case, this is set to `myapp`, but you can change this to whatever you like (ensure to update all relevant Auth0 URLs as well).