mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-06-09 15:16:14 +02:00
v1.1.1
Breaking changes: - Updated ArcaneAuthInterface to make the `resendVerificationCode`, `confirmSignup`, and `resetPassword` methods more versatile Signed-off-by: Hans Kokx <hans.kokx@hackberry.se>
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
## 1.1.1
|
||||
|
||||
- [BREAKING] Updated ArcaneAuthInterface to make the `resendVerificationCode`, `confirmSignup`, and `resetPassword` methods more versatile
|
||||
|
||||
### Migration
|
||||
|
||||
| Class | Migration path |
|
||||
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| ArcaneAuthInterface | `resendVerificationCode(String email)` -> `resendVerificationCode<T>({T? input})` |
|
||||
| ArcaneAuthInterface | `confirmSignup({String email, String password})` -> `confirmSignup({String? email, String? password})` |
|
||||
| ArcaneAuthInterface | `resetPassword({String email, String? newPassword, String? code})` -> `resetPassword({String? email, String? newPassword, String? code})` |
|
||||
|
||||
## 1.1.0
|
||||
|
||||
- [BREAKING] Updated the authentication service and interface to be more versatile
|
||||
|
||||
Reference in New Issue
Block a user