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
Flutter Demo app for authenticate with Solid PODs. The app can run on both mobile (tested on Anroid) and web platforms (tested on Chrome and Firefox).
3
+
Flutter Demo app for authenticate with Solid PODs. The app can run on
4
+
both mobile (tested on Anroid) and web platforms (tested on Chrome and
5
+
Firefox).
4
6
5
7
<!-- **Flutter packages used in the app:**
6
8
@@ -19,13 +21,20 @@ Flutter Demo app for authenticate with Solid PODs. The app can run on both mobil
19
21
- uuid: ^3.0.4
20
22
- openidconnect_platform_interface: ^1.0.3 -->
21
23
22
-
###Acknowledgement
24
+
## Acknowledgement
23
25
24
-
Parts of this package (under `lib/src/openid`) are derived from the `openid_client` (https://pub.dev/packages/openid_client) package, with custom modifications to support the Solid OIDC authentication flow. We would like to acknowledge and thank the authors of `openid_client` for their valuable work, which made these adaptations possible.
26
+
Parts of this package (under `lib/src/openid`) are derived from the
27
+
[openid_client](https://pub.dev/packages/openid_client) package, with
28
+
custom modifications to support the Solid OIDC authentication flow. We
29
+
would like to acknowledge and thank the authors of `openid_client` for
30
+
their valuable work, which made these adaptations possible.
25
31
26
32
## Usage
27
33
28
-
Fork the demo app in the `\example` directory into a local directory and open the `pubspec.yaml` file. Check whether the latest version of the package `solid_auth` is added under dependencies. Now run the following to get the necessary packages.
34
+
Fork the demo app in the `\example` directory into a local directory
35
+
and open the `pubspec.yaml` file. Check whether the latest version of
36
+
the package `solid_auth` is added under dependencies. Now run the
37
+
following to get the necessary packages.
29
38
30
39
```dart
31
40
flutter pub get
@@ -34,21 +43,22 @@ flutter pub get
34
43
35
44
### Running the app on web or mobile
36
45
37
-
After all the required packages are imported, then first select the device you want the app to run. Then run the app by pressing `CTRL + F5`.
46
+
After all the required packages are imported, then first select the
47
+
device you want the app to run. Then run the app by pressing `CTRL +
48
+
F5`.
38
49
39
-
To access public data of a POD input the WebID into the text area and click `READ PUBLIC INFO` button.
50
+
To access public data of a POD input the WebID into the text area and
0 commit comments