Alternative ATProto PDS implementation

Update README

Dr. Chat ba1050a7 df779f28

Changed files
+3
+3
README.md
··· 12 12 ``` 13 13 14 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). 15 16 16 17 This PDS implementation uses a SQLite database to store private account information and file storage to store canonical user data. 17 18 ··· 43 44 44 45 ## To-do 45 46 ### High-level features 47 + - [ ] Authentication 48 + - [ ] OAuth support 46 49 - [ ] Storage backend abstractions 47 50 - [ ] Azure blob storage backend 48 51 - [ ] Backblaze b2(?)