Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sso-vietprodev-backend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vy Nguyễn Minh Khang
sso-vietprodev-backend
Commits
5860ad7a
Commit
5860ad7a
authored
Jun 22, 2026
by
Vy Nguyễn Minh Khang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(email-smtp):update gitinore
parent
8016ed27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
RUN.md
RUN.md
+13
-0
No files found.
RUN.md
View file @
5860ad7a
# SSO VietProDev Backend — Developer Guide
> SSO server chạy tại `http://localhost:3001`. Hỗ trợ **OIDC Authorization Code Flow** và **REST API** cho auth, user, file, notification.
>
> **Last updated:** 2026-06-22 (Phase 1 OIDC flow complete)
---
...
...
@@ -594,3 +596,14 @@ EMAIL_FROM=your-email@gmail.com # PHẢI trùng với EMAIL_USER (Gmail ch
|
`pnpm db:setup`
| migrate + seed |
|
`pnpm docker:dev:detach`
| Full stack trong Docker |
|
`pnpm docker:stop`
| Stop tất cả containers |
---
## 14. Changelog
| Date | Change |
|------|--------|
| 2026-06-22 | Phase 1 complete — full OIDC Authorization Code flow working (login, register, verify-email, consent, logout). Demo apps project-a (4001) and project-b (4002) working. |
| 2026-06-20 | Session 5 — Bug audit: fixed
`DB_NAME`
default mismatch, removed dead code, replaced
`console.*`
with LoggingService. |
| 2026-06-20 | Session 4 — SQL + code cleanup: removed 27 legacy models, 18 controllers, 17 contracts, deleted BeKind residue.
`tsc --noEmit`
clean. |
| 2026-06-18 | Initial setup — OIDC provider, email verification, demo apps scaffolded. |
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment