Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ https://pods.example.au/john-doe/profile/card#me
https://github.com/gjwgit/myapp/blob/main/README.md
https://github.com/anusii/solidpod/blob/main/solidpodeg/README.md
https://server/POD_NAME/APP_NAME/data/FILE_PATH
https://server/alice/
https://server/alice/myapp/

# 20260605 gjw Failing solid servers

Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies:
intl: ^0.20.2
markdown_tooltip: ^0.0.10
rdflib: ^0.2.12
solidpod: ^1.0.8
solidui: ^1.0.10
solidpod: ^1.0.10
solidui: ^1.0.11
universal_io: ^2.3.1
window_manager: ^0.5.1

Expand Down
13 changes: 13 additions & 0 deletions lib/solidpod.dart
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,19 @@ export 'src/solid/utils/res_metadata.dart';

export 'src/solid/write_pod.dart';

/// Read and write the profile of an arbitrary app folder on the user's POD,
/// using that app's own security key (independent of the current app).

export 'src/solid/cross_app_profile.dart'
show
AppEncryptionNotSetupException,
PodAppKey,
PodAppProfile,
appHasEncryption,
readAppProfile,
verifyAppSecurityKey,
writeAppProfile;

/// The function to grant permission to a resource

export 'src/solid/grant_permission.dart';
Expand Down
Loading
Loading