PocketBaseClient
PocketBaseClient copied to clipboard
Refactor AuthService Initialization
Description: This pull request refactors the AuthCollectionService class to improve the initialization of AuthService
Changes: AuthService Initialization: The AuthService initialization has been updated to use CollectionAuthService<RecordAuthModel<T>, T> instead of CollectionAuthService<T>. add methods:
- RefreshAsync()
- Refresh()
- AuthenticateWithPasswordAsync(string username, string password)
- AuthenticateWithPassword(string username, string password)
@iluvadev Please take a look at it.