Breaking changes:
- (ArcaneAuthInterface) Migrated `loginWithEmailAndPassword` to `login`
- (ArcaneAuthInterface) Migrated `signup` to `register`

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2024-10-10 15:56:38 +02:00
parent c6377e2efe
commit a67e4adfa2
5 changed files with 79 additions and 87 deletions
+11
View File
@@ -1,3 +1,14 @@
## 1.1.0
- [BREAKING] Updated the authentication service and interface to be more versatile
### Migration
| Class | Migration path |
| ------------------- | -------------------------------------------------------------------------------------- |
| ArcaneAuthInterface | `loginWtihEmailAndPassword({String email, String password})` -> `login<T>({T? input})` |
| ArcaneAuthInterface | `signup({String email, String password})` -> `register<T>({T? input})` |
## 1.0.8
- Added the `extra` parameter to the `Arcane.log` shortcut method