locorda_solid_auth 0.5.2
locorda_solid_auth: ^0.5.2 copied to clipboard
Locorda Solid Auth - Solid authentication implementation for locorda using solid-auth
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