From 466815d509c95ca99a8b9407a5e658655eb00e34 Mon Sep 17 00:00:00 2001 From: dab246 Date: Tue, 7 Jun 2022 18:29:35 +0700 Subject: [PATCH] TF-624 Add flutter_appauth_web library to authenticate oidc on browser --- pubspec.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index eb463be75..d7f880bdd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -156,6 +156,12 @@ dependencies: # OIDC Mobile flutter_appauth: 4.0.0 + # OIDC Web + flutter_appauth_web: + git: + url: https://github.com/dab246/flutter_appauth_web.git + ref: dev + dev_dependencies: flutter_test: sdk: flutter