Rebrand platform as FitmentOps - #1
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4cbda024e3
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ValidIssuer = builder.Configuration["Jwt:Issuer"] ?? "FitmentOps.API", | ||
| ValidAudience = builder.Configuration["Jwt:Audience"] ?? "FitmentOps.Web", |
There was a problem hiding this comment.
Keep JWT issuer/audience fallbacks aligned
When a deployment or test host provides only Jwt:Key and relies on the issuer/audience fallbacks, the bearer middleware now validates FitmentOps.API / FitmentOps.Web, but JwtService.GenerateToken still falls back to AutoPartsStore / AutoPartsStoreUsers (Services/JwtService.cs). In that configuration, login/register can return successfully signed tokens that every protected endpoint rejects with 401, so the new defaults should be updated in both places or centralized.
Useful? React with 👍 / 👎.
Summary
Why
The previous repository still presented the identity, owner link, screenshots, contact details, and claims of the original prototype. Several README sections were duplicated and displayed corrupted Turkish encoding. The public identity no longer represented the substantially expanded commerce and operations system.
Impact
FitmentOps.FitmentOps.sln.FitmentOpsDb.FitmentOps.API/FitmentOps.Web; deployments should provide explicit issuer and audience values.VITE_SUPPORT_*values are configured.AutoPartsStore.*namespaces remain unchanged to avoid a high-risk, cosmetic namespace migration.README.en.mdandREADME.tr.md, withREADME.mdacting as the language entry point.Validation
dotnet format --verify-no-changes: passed.Rollout
Update bookmarks and clone URLs to
https://github.com/armanvibecoding/FitmentOps. Existing GitHub links redirect after the repository rename. Deployed environments should explicitly configure JWT, database, public-origin, and contact settings.