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