MCPcopy Create free account
hub / github.com/supabase/auth / UpdateLastSignInAt

Method UpdateLastSignInAt

internal/models/user.go:479–481  ·  view source on GitHub ↗

UpdateLastSignInAt update field last_sign_in_at for user according to specified field

(tx *storage.Connection)

Source from the content-addressed store, hash-verified

477
478// UpdateLastSignInAt update field last_sign_in_at for user according to specified field
479func (u *User) UpdateLastSignInAt(tx *storage.Connection) error {
480 return tx.UpdateOnly(u, "last_sign_in_at")
481}
482
483// ConfirmEmailChange confirm the change of email for a user
484func (u *User) ConfirmEmailChange(tx *storage.Connection, status int) error {

Callers 1

createRefreshTokenFunction · 0.80

Calls 1

UpdateOnlyMethod · 0.80

Tested by

no test coverage detected