Product User Service
Simple user service for reading and writing ProductUser data. This service is intentionally thin and delegates to ProductUserRepository. It is used by authentication components (e.g. JWT filters and auth controllers) to look up users by id/email/username and to persist new registrations.
Constructors
Functions
Link copied to clipboard
Safely compare a plaintext password against the user's stored password.
Link copied to clipboard
Find a ProductUser by email.
Link copied to clipboard
Fetch a ProductUser by database id.
Link copied to clipboard
Fetch a ProductUser by username.
Link copied to clipboard
Check whether a user exists with the given email.
Link copied to clipboard
Check whether a user exists with the given username (case sensitivity depends on repository).