Production code

feat : 2 factor authentication , OTP service , Session timeout
This commit is contained in:
2025-10-15 11:50:25 +05:30
parent 569e31bf12
commit ad19f0cb4c
7 changed files with 62 additions and 40 deletions

View File

@@ -7,4 +7,23 @@
- npm run build
- npm run start
- npm run dev
- npm run dev
## URls
- For user
```
http://localhost:3000/login
```
- For admin
```
http://localhost:3000/administrator/login
```
- For E-mandate
```
http://localhost:3000/eMandate/login
```