This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
ResetPasswordRequest
siemensikkema edited this page Nov 8, 2021
·
2 revisions
public protocol ResetPasswordRequest: ValidatableRequest
ValidatableRequest
static func updatePassword(for user: Model, on request: Request) -> EventLoopFuture<Model>
static func updatePassword(on request: Request) -> EventLoopFuture<Model>
associatedtype Model
static var hashedPasswordKey: ReferenceWritableKeyPath<Model, String>
var password: String
Generated at 2021-11-08T13:14:45+0000 using swift-doc 1.0.0-rc.1.