mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 02:19:08 +02:00
v1.1.0
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user