The core infrastructure backend (API, database, Docker, etc).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Kyle Spearrin 2d26b5fbbd move attachments and nginx to util folder 9 years ago
docker cleanup unused vars 9 years ago
scripts sick ascii art yo 9 years ago
src only use rate limiting on non-self host 9 years ago
util move attachments and nginx to util folder 9 years ago
.gitignore docker support 9 years ago
LICENSE.txt License changed to AGPLv3 9 years ago
NuGet.Config initial commit of source 10 years ago
README.md Update README.md 9 years ago
SECURITY.md Update SECURITY.md 9 years ago
bitwarden-core.sln create kestrel server for serving static files 9 years ago
build.ps1 move attachments and nginx to util folder 9 years ago
build.sh move attachments and nginx to util folder 9 years ago

README.md

appveyor build Join the chat at https://gitter.im/bitwarden/Lobby

bitwarden Core

The bitwarden Core project contains the APIs, database, and other infrastructure items needed for the "backend" of all other bitwarden projects.

The core infrastructure is written in C# using .NET with ASP.NET Core. The database is SQL Server.

Build/Run

Requirements

Open bitwarden-core.sln. After restoring the nuget packages, you can build and run the Api project.

Contribute

Code contributions are welcome! Visual Studio or VS Code is required to work on this project. Please commit any pull requests against the master branch.

Security audits and feedback are welcome. Please open an issue or email us privately if the report is sensitive in nature. You can read our security policy in the SECURITY.md file.