Fengling Auth Service - 认证服务
Go to file
2026-02-02 09:54:36 +08:00
bin/Debug feat(auth): add health check endpoint 2026-02-02 09:54:36 +08:00
Configuration feat(auth): add authentication controller with login endpoint 2026-02-02 01:00:57 +08:00
Controllers feat(auth): add authentication controller with login endpoint 2026-02-02 01:00:57 +08:00
Data feat(auth): add seed data for admin and test users 2026-02-02 09:53:06 +08:00
DTOs feat(auth): add authentication controller with login endpoint 2026-02-02 01:00:57 +08:00
Models feat(auth): add user and role models with EF Core migrations 2026-02-01 23:36:20 +08:00
obj feat(auth): add health check endpoint 2026-02-02 09:54:36 +08:00
Properties feat(auth): create authentication service project structure 2026-02-01 23:23:56 +08:00
appsettings.Development.json feat(auth): create authentication service project structure 2026-02-01 23:23:56 +08:00
appsettings.json feat(auth): create authentication service project structure 2026-02-01 23:23:56 +08:00
Fengling.AuthService.csproj feat(auth): add health check endpoint 2026-02-02 09:54:36 +08:00
Fengling.AuthService.http feat(auth): create authentication service project structure 2026-02-01 23:23:56 +08:00
Program.cs feat(auth): add health check endpoint 2026-02-02 09:54:36 +08:00