MCPcopy
hub / github.com/writefreely/writefreely / GetUserForAuth

Method GetUserForAuth

database.go:64–64  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

62 UpdateEncryptedUserEmail(int64, []byte) error
63 GetUserByID(int64) (*User, error)
64 GetUserForAuth(string) (*User, error)
65 GetUserForAuthByID(int64) (*User, error)
66 GetUserNameFromToken(string) (string, error)
67 GetUserDataFromToken(string) (int64, string, error)

Callers 8

loginFunction · 0.65
handleResetPasswordInitFunction · 0.65
loginViaEmailFunction · 0.65
handleViewAdminUserFunction · 0.65
handleAdminDeleteUserFunction · 0.65
ResetPasswordFunction · 0.65
DoDeleteAccountFunction · 0.65

Implementers 1

datastoredatabase.go

Calls

no outgoing calls

Tested by

no test coverage detected