Reset Password (#1)
Implements reset password routes, views, and tests. Reviewed-on: #1
This commit is contained in:
@@ -15,6 +15,7 @@ public extension DatabaseClient {
|
||||
public var get: @Sendable (User.ID) async throws -> User?
|
||||
public var login: @Sendable (User.Login) async throws -> User.Token
|
||||
public var logout: @Sendable (User.Token.ID) async throws -> Void
|
||||
public var resetPassword: @Sendable (User.ID, User.ResetPassword) async throws -> Void
|
||||
public var token: @Sendable (User.ID) async throws -> User.Token
|
||||
public var update: @Sendable (User.ID, User.Update) async throws -> User
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user