File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ utilised by the flutter version_widget package.
1111
1212## 1.0 Migrate to using OIDC OpenID certified
1313
14+ + Updated example using clientid from github [ 1.0.3 20260711 tonypioneer]
1415+ Add custom OIDC manager settings to enable token refresh [ 1.0.2 20260612 anushkavidanage]
1516+ Fix token expiry calc for background refresh [ 1.0.1 20260609 anushkavidanage]
1617+ WebID issuer discovery use OpenID certified [ 1.0.0 20260521 anushkavidanage]
Original file line number Diff line number Diff line change 3535/// ```dart
3636/// import 'package:solid_auth/solid_auth.dart';
3737/// ```
38- library solid_auth;
38+
39+ library ;
3940
4041// Public models
42+
4143export 'src/models/solid_auth_data.dart' ;
4244export 'src/models/solid_provider_metadata.dart' ;
4345
4446// Core auth functionality. The primary API consumers interact with
47+
4548export 'src/auth/solid_auth_manager.dart' ;
4649export 'src/auth/solid_oidc_manager_factory.dart' ;
4750export 'src/auth/solid_oidc_config.dart' ;
4851
4952// DPoP token generation
53+
5054export 'src/dpop/dpop_token_generator.dart' ;
5155export 'src/dpop/dpop_key_manager.dart' ;
5256
5357// Utilities
58+
5459export 'src/utils/webid_utils.dart' ;
5560export 'src/utils/solid_scopes.dart' ;
Original file line number Diff line number Diff line change 11name : solid_auth
22description : Authenticate to a Solid POD server using Solid-OIDC with certified oidc.
3- version : 1.0.2
3+ version : 1.0.3
44homepage : https://github.com/anusii/solid_auth
55repository : https://github.com/anusii/solid_auth
66
@@ -37,7 +37,7 @@ dev_dependencies:
3737 flutter_test :
3838 sdk : flutter
3939 clock : any
40- flutter_lints : ^4 .0.0
40+ flutter_lints : ^6 .0.0
4141 jose : any
4242 mocktail : ^1.0.0
4343 openidconnect_web : any
You can’t perform that action at this time.
0 commit comments