locorda_solid_auth
Solid OIDC / DPoP authentication implementation for Locorda, used internally by locorda_solid.
Most applications should depend on
locorda_solidrather than this package directly. Addlocorda_solid_authonly when you need to integrate Solid authentication into a custom UI or auth flow without the full Solid backend.
What it contains
| Type | Purpose |
|---|---|
SolidAuthBridge |
Wraps the solid_auth library; handles OIDC token exchange and DPoP proof generation |
SolidLoginPage |
Ready-to-use Flutter login screen for Solid Pods |
SolidStatusWidget / SolidStatusDefaults |
Sync-status widget for Solid backends |
SolidProviderService |
Discovers and lists known Solid identity providers |
SolidAuthLocalizations |
Localisation delegates for the login UI |
Dependency
flutter pub add locorda_solid_auth
Further reading
- locorda_solid — recommended entry point for Solid Pod sync
- locorda — getting started guide
Libraries
- l10n/solid_auth_localizations
- l10n/solid_auth_localizations_de
- l10n/solid_auth_localizations_en
- locorda_solid_auth
- Solid authentication implementation for locorda.