iluvadev / PocketBaseClient

C# client to interact with a particular PocketBase application: an ORM mapped to your PocketBase server. [This project is in active development. The things described below could change]
MIT License
34 stars 8 forks source link

Refactor AuthService Initialization #43

Closed neozhu closed 1 month ago

neozhu commented 1 month ago

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> instead of CollectionAuthService. add methods:

neozhu commented 1 month ago

@iluvadev Please take a look at it.