Skip to content

Commit 83fc7f3

Browse files
committed
update docs
1 parent f813be6 commit 83fc7f3

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,20 @@
1919
|| Intergrate Redis to save `refresh-token` instead of `client-cookie` | [#d101d84](https://github.com/Zenfection/project-management/commit/d101d84fd7e1ec6b531511e646ee6c2146fd2889) | [ioredis](https://github.com/luin/ioredis) |
2020
|| Use cookie express store token via Redis | [#d060876](https://github.com/Zenfection/project-management/commit/d06087658fb38222bff39c49db6d114432a00fa7) | [express-session](https://github.com/expressjs/session)<br>[connect-redis](https://github.com/tj/connect-redis) |
2121
| | Add 2FA Authentication Method | | |
22-
| | Add Google | | |
22+
| | Add Google Authentication Method | | |
23+
| | Build RBAC and ABAC Authorization with `roles`, `permissions`, `policies` | | |
2324

2425
## Changelog Optimize Code
2526

26-
-
27+
- Build UserService with Prisma Serivce without DTO and Entity [#d57cf4e](https://github.com/Zenfection/project-management/commit/d57cf4e0c3c3af89b3d81d5987814abeea0666fe), [#f813be6](https://github.com/Zenfection/project-management/commit/f813be633cca6bce8a116e877e7eae567e6c6a59)
2728

2829
## Note
2930

30-
## .env
31+
### Database
32+
33+
![task_db.png](https://raw.githubusercontent.com/Zenfection/Image/master/2023/09/22-23-24-22-task_db.png)
34+
35+
### .env
3136

3237
```text
3338
# postgreSQL with Docker

0 commit comments

Comments
 (0)