5bcdeae663
🔧 chore: change selected data when create user session
...
These changes include:
1. Changes to the response structure when logging in with a third-party provider, by wrapping the token in `authToken` instead of directly entering it in the return data section.
2. Adding a type to user session creation by taking only the important elements. This is to prevent data leaks because important data is in jwt.
2026-01-09 14:10:56 +07:00
1ebcc8d21d
👔 set redis cache and jwt encode
...
Set session data in Redis to reduce load on the main database and increase the speed of JWT token validation.
2025-08-13 10:48:48 +07:00
6bdd5b6468
🚩 create user session when provision
...
create a user session after provisioning authentication if the account has been created previously.
2025-08-12 23:59:06 +07:00
8532d7e104
🚚 create backup folder
...
create backup folder for archive the old modules
2025-07-18 23:20:15 +07:00
89c4fb79a7
🚨 fix all linting error
2025-06-25 10:14:01 +07:00
ac82676505
add:module:auth:*logout | add logout module and clean all session in system
2025-06-19 17:16:54 +07:00
ac10ae14f6
fix: fix.env.example
2025-06-14 15:05:20 +07:00
b52f1202eb
fix: add prisma to forwarder error instance
2025-05-27 23:37:24 +07:00
85bc85618b
add default value in forwarder error
2025-05-27 05:10:27 +07:00
a7c984b316
add forwarder error intance
2025-05-27 02:47:29 +07:00
ee8e8d08db
move all db and cache logic from service to repositories
2025-05-25 21:37:55 +07:00
03fd0531af
add step in auth verification
2025-05-25 14:10:25 +07:00
ed8840ee1f
complete login with password controller and services
2025-05-11 19:50:45 +07:00
7adda16a6b
fixing in userSession
2025-05-11 11:52:19 +07:00