Authentication module for KKBank projects.
``` npm install @kkbank/auth ```
Import and use the authentication services:
```typescript import { registerUser, loginUser } from '@kkbank/auth'; ```
- Install dependencies: `npm install`
- Run tests: `npm test`
- Build: `npm run build`