kiss_pocketbase_auth 0.1.0
kiss_pocketbase_auth: ^0.1.0 copied to clipboard
PocketBase authentication provider for the kiss_auth package
Changelog #
0.1.0 - 2025-01-15 #
Initial Release #
PocketBaseAuthValidator
implementingAuthValidator
interface for token validationPocketBaseLoginProvider
implementingLoginProvider
interface with support for:- Email/password authentication
- Username/password authentication
- OAuth2 authentication (Google, GitHub, Facebook, and more)
- API key authentication (JWT format)
- Token refresh and validation
- User registration
PocketBaseAuthenticationData
with PocketBase-specific user fields- Complete example Flutter app demonstrating login/signup flows
- Comprehensive documentation and API reference
- Docker-based integration testing setup