An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add README

+37
+37
README.md
··· 1 + *(Note: This is still a work in progress. 2 + This project is not associated with the 3 + [Bitwarden](https://bitwarden.com/) 4 + project nor 8bit Solutions LLC.)* 5 + 6 + ## bitwarden-ruby 7 + 8 + A small, self-contained API server written in Ruby to provide a 9 + private backend for the open-source 10 + [Bitwarden apps](https://github.com/bitwarden). 11 + 12 + Data is stored in a local SQLite database. 13 + 14 + ### API Documentation 15 + 16 + This project also contains independent 17 + [documentation for Bitwarden's API](https://github.com/jcs/bitwarden-ruby/blob/master/API.md) 18 + written as I work on this server, since there doesn't seem to be any 19 + documentation available other than the 20 + [.NET Bitwarden code](https://github.com/bitwarden/core) 21 + itself. 22 + 23 + ### License 24 + 25 + Copyright (c) 2017 joshua stein `<jcs@jcs.org>` 26 + 27 + Permission to use, copy, modify, and distribute this software for any 28 + purpose with or without fee is hereby granted, provided that the above 29 + copyright notice and this permission notice appear in all copies. 30 + 31 + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 32 + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 33 + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 34 + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 35 + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 36 + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 37 + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.