MCPcopy Create free account
hub / github.com/authorizerdev/authorizer / AddUser

Method AddUser

internal/storage/provider.go:29–29  ·  view source on GitHub ↗

AddUser to save user information in database

(ctx context.Context, user *schemas.User)

Source from the content-addressed store, hash-verified

27type Provider interface {
28 // AddUser to save user information in database
29 AddUser(ctx context.Context, user *schemas.User) (*schemas.User, error)
30 // UpdateUser to update user information in database
31 UpdateUser(ctx context.Context, user *schemas.User) (*schemas.User, error)
32 // DeleteUser to delete user information from database

Callers 11

TestTOTPAtRestFunction · 0.65
seedUserFunction · 0.65
InviteMembersMethod · 0.65
MagicLinkLoginMethod · 0.65
SignUpMethod · 0.65
testUserOperationsFunction · 0.65
OAuthCallbackHandlerMethod · 0.65

Calls

no outgoing calls

Tested by 7

TestTOTPAtRestFunction · 0.52
seedUserFunction · 0.52
testUserOperationsFunction · 0.52