vaphes / pocketbase

PocketBase client SDK for python
https://pypi.org/project/pocketbase/
MIT License
331 stars 38 forks source link

Fixes #51 correct return value in confirmPasswordReset and add EmailChange API #52

Closed m29h closed 1 year ago

m29h commented 1 year ago

Fixes #51 wrong type returned from RecordService.confirmPasswordReset() and AdminService.confirmPasswordReset() With this fix the methods now return true on success, just like the JS client does as well. New feature implement requestEmailChange + confirmEmailChange API call