Alternative ATProto PDS implementation

Update README

Dr. Chat ba1050a7 df779f28

Changed files
+3
+3
README.md
··· 12 ``` 13 14 This is an implementation of an ATProto PDS, built with [Axum](https://github.com/tokio-rs/axum) and [Atrium](https://github.com/sugyan/atrium). 15 16 This PDS implementation uses a SQLite database to store private account information and file storage to store canonical user data. 17 ··· 43 44 ## To-do 45 ### High-level features 46 - [ ] Storage backend abstractions 47 - [ ] Azure blob storage backend 48 - [ ] Backblaze b2(?)
··· 12 ``` 13 14 This is an implementation of an ATProto PDS, built with [Axum](https://github.com/tokio-rs/axum) and [Atrium](https://github.com/sugyan/atrium). 15 + Heavily inspired by David Buchanan's [millipds](https://github.com/DavidBuchanan314/millipds). 16 17 This PDS implementation uses a SQLite database to store private account information and file storage to store canonical user data. 18 ··· 44 45 ## To-do 46 ### High-level features 47 + - [ ] Authentication 48 + - [ ] OAuth support 49 - [ ] Storage backend abstractions 50 - [ ] Azure blob storage backend 51 - [ ] Backblaze b2(?)