From afc7de55382738f01598a4d3828ec0cf60755e9f Mon Sep 17 00:00:00 2001 From: Graham Williams Date: Mon, 14 Sep 2026 05:56:27 +1000 Subject: [PATCH] Migrate to published solid_auth 1.0.8 --- pubspec.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5bd35379..2dd0d06a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -38,18 +38,6 @@ dependencies: solid_auth: ^1.0.8 universal_io: ^2.3.1 -# 20260911 gjw TEMPORARY. The published solidpod and solid_auth clear the -# session on every start, so the login page always appears — see -# anusii/solidpod#717 and anusii/solid_auth#53. These overrides pick up the -# fixes from the GitHub fix branches. Remove this section once both are -# released. - -dependency_overrides: - solid_auth: - git: - url: https://github.com/anusii/solid_auth.git - ref: gjw/52_secure_token_store - dev_dependencies: build_runner: ^2.15.1 custom_lint: ^0.8.1