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