- Auth logout no longer throws exceptions, preferring a Result return value instead.

Signed-off-by: Hans Kokx <hans.kokx@hackberry.se>
This commit is contained in:
Hans Kokx
2024-10-25 12:17:10 +02:00
parent a29da7c090
commit 606404b4d3
3 changed files with 15 additions and 12 deletions
+4
View File
@@ -1,3 +1,7 @@
## 1.1.3
- Arcane Auth no longer throws exceptions when log out fails, instead returning a `Result<void, String>`. This behavior matches the login method.
## 1.1.2
- Removed Flutter exception handling from `ArcaneLoggingService`, as this functionality should be defined by a users' interface.