Skip to content

Commit 11bca51

Browse files
committed
feat: Implement user authentication and authorization in the web client with new identity services and a shift to manual Refit client definitions.
1 parent dce931e commit 11bca51

19 files changed

Lines changed: 1016 additions & 2687 deletions

File tree

.refitter

Lines changed: 0 additions & 38 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ BookStore/
145145
- **[Wolverine Integration](docs/wolverine-guide.md)** - Command/handler pattern with Wolverine
146146
- **[Configuration Guide](docs/configuration-guide.md)** - Options pattern and validation
147147
- **[API Conventions](docs/api-conventions-guide.md)** - Time handling and JSON serialization standards
148-
- **[API Client Generation](docs/api-client-generation.md)** - Automated client generation with OpenAPI and Refitter
148+
- **[API Client Generation](docs/api-client-generation.md)** - Type-safe API client with Refit
149149
- **[Authentication Guide](docs/authentication-guide.md)** - JWT authentication and role-based authorization
150150
- **[Real-time Notifications](docs/signalr-guide.md)** - SignalR integration and optimistic updates
151151
- **[Logging Guide](docs/logging-guide.md)** - Structured logging with source-generated log messages
@@ -183,7 +183,6 @@ BookStore/
183183
- **Roslyn Analyzers** - Custom analyzers for Event Sourcing/CQRS patterns
184184
- **Roslynator.Analyzers 4.15.0** - Enhanced code analysis
185185
- **Refit** - Type-safe REST library for .NET
186-
- **Refitter** - Tool to generate Refit interfaces from OpenAPI specifications
187186
- **NSwag** - OpenAPI client generation (optional development tool)
188187

189188
## 📊 API Endpoints

_tools/generate-client.sh

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)