VaultEdge
VaultEdge is a secure, modular, and scalable backend system built with C. It provides robust user authentication, encrypted vault storage, and a clean RESTful API architecture.
Language: csharp
Author: Vicky Banks (@thevicky)
13 stars · 331 views
Files
- project.assets.json (json)
- appsettings.Development.json (json)
- Startup.cs (csharp)
- UserController.cs (csharp)
- AuthTests.cs (csharp)
- JwtTokenGenerator.cs (csharp)
- UserService.cs (csharp)
- VaultDbContext.cs (csharp)
- README.md (markdown)
- UserRepository.cs (csharp)
- VaultEdge.API ()
- Controllers ()
- README.md (markdown)
- VaultEdge.API ()
- Properties ()
- AuthController.cs (csharp)
- obj ()
- VaultEdge.Common ()
- VaultEdge.Core ()
- Interfaces ()
- Models ()
- Services ()
- VaultEdge.Data ()
- Repositories ()
- IUserService.cs (csharp)
- VaultEdge.Docs ()
- ITokenService.cs (csharp)
- VaultService.cs (csharp)
- VaultRepository.cs (csharp)
- API_Structure.md (markdown)
- VaultEdge.Security ()
- VaultEdge.Tests ()
- VaultTests.cs (csharp)
- TokenValidator.cs (csharp)
- Program.cs (csharp)
- launchSettings.json (json)
- PasswordHasher.cs (csharp)
- ResultWrapper.cs (csharp)
- VaultItem.cs (csharp)
- Program.cs (csharp)
- User.cs (csharp)
- LICENSE (plaintext)
- AuthResult.cs (csharp)
- TokenService.cs (csharp)
- ATTRIBUTION.md (markdown)
- Extensions.cs (csharp)
- IVaultService.cs (csharp)
- Constants.cs (csharp)
- appsettings.json (json)
- VaultController.cs (csharp)
- GenericRepository.cs (csharp)
- UserTests.cs (csharp)