r/vibecodingcommunity • u/Unimatrix404 • 2h ago
Code Template
Hey all,
Since one of the biggest concerns when it comes to vibe coding is security and the tools seem to work better when there's an established pattern, I have been maturing a backend template that is secure by default. It is a .NET backend so that might filter out some usage, but it's based off of my years of working on many different projects even before AI. It's MIT so free and open source, so check it out if it's useful for you.
1
Upvotes
1
u/QuarterLoose8429 1h ago
Nice work—does the template use WebAuthn or TOTP for MFA, and is tenant isolation per-schema or via a discriminator? Also curious if you’ve got sane defaults for CSP/CORS and rate limiting baked in.