routed_auth_sqlite 0.1.0
routed_auth_sqlite: ^0.1.0 copied to clipboard
Durable SQLite AuthStore persistence for Routed applications running on Dart IO.
0.1.0 #
- Add a Dart IO SQLite
AuthStoreadapter with typed stores, append-only migrations, durable file or in-memory operation, and the shared auth-store conformance contract. - Reuse the proven SQL-backed auth lifecycle, deletion coordinator, historical namespace guards, bounded credential stores, and transaction boundaries from the D1 implementation through a local SQLite binding.