streamflix-api / src /shared /keys /user.keys.ts
Akshar2325
feat(auth): implement user authentication module with JWT support
4acc19f
Raw
History Blame
104 Bytes
export const UserMessages = {
NOT_FOUND: 'User not found',
DELETED: 'User deleted successfully',
};