4 Commits

Author SHA1 Message Date
9e534ed961 feat(auth): introduce credential store abstraction and refactor Google auth
- Add generic CredentialStore abstraction for credential persistence
- Introduce pickle- and Redis-backed credential store implementations
- Refactor Google OAuth provider to delegate persistence to CredentialStore
- Make auth providers generic over credential type for stricter contracts
- Update package documentation to reflect credential lifecycle vs persistence split
- Add credentials module to public API surface
- Harden .gitignore to exclude credential and token artifacts

This release removes node-local persistence assumptions, enables
distributed-safe authentication, and formalizes credential storage as
a first-class extension point.
2026-01-10 16:45:38 +05:30
24b3b04cfe correct packages find include
All checks were successful
continuous-integration/drone/tag Build is passing
2026-01-09 17:54:04 +05:30
08136d8a64 correct packages find include
Some checks failed
continuous-integration/drone/tag Build is failing
2026-01-09 17:51:27 +05:30
412a9c7bec lib init 2026-01-03 05:21:55 +05:30