Fengling Auth Service - 认证服务
Go to file
2026-02-02 01:00:57 +08:00
bin/Debug/net9.0 feat(auth): add authentication controller with login endpoint 2026-02-02 01:00:57 +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 user and role models with EF Core migrations 2026-02-01 23:36:20 +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 authentication controller with login endpoint 2026-02-02 01:00:57 +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): configure OpenIddict with JWT and OAuth2 support 2026-02-01 23:40:37 +08:00
Fengling.AuthService.http feat(auth): create authentication service project structure 2026-02-01 23:23:56 +08:00
Program.cs feat(auth): configure OpenIddict with JWT and OAuth2 support 2026-02-01 23:40:37 +08:00