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
ForgotPasswordRequest
siemensikkema edited this page Nov 8, 2021
·
2 revisions
public protocol ForgotPasswordRequest: ValidatableRequest
ValidatableRequest
static func sendToken(on request: Request, currentDate: Date = Date()) -> EventLoopFuture<Void>
associatedtype Config: KeychainConfig
static func sendToken(
_ token: String,
user: Config.JWTPayload.User,
config: Config,
request: Request
) -> EventLoopFuture<Void>
func findUser(request: Request) -> EventLoopFuture<Config.JWTPayload.User?>
Generated at 2021-11-08T13:14:45+0000 using swift-doc 1.0.0-rc.1.