this repo has no description
0
fork

Configure Feed

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

Commit.

+38 -7
+21
LICENSE.md
··· 1 + MIT License 2 + 3 + Copyright (c) 2024 Luke Cashion-Lozell 4 + 5 + Permission is hereby granted, free of charge, to any person obtaining a copy 6 + of this software and associated documentation files (the "Software"), to deal 7 + in the Software without restriction, including without limitation the rights 8 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 + copies of the Software, and to permit persons to whom the Software is 10 + furnished to do so, subject to the following conditions: 11 + 12 + The above copyright notice and this permission notice shall be included in all 13 + copies or substantial portions of the Software. 14 + 15 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 + SOFTWARE.
+17 -7
README.md
··· 1 1 # atproto-did-web 2 2 3 + ![alt text](https://github.com/lukeacl/atproto-did-web/blob/main/public/img/you-wouldnt.png?raw=true) 4 + 3 5 ## Introduction 4 6 5 - This tool has been designed to assist in the creation of a did:web based account on 6 - a self hosted PDS. All operations are performed client side on your device, with only 7 - necessary outgoing network calls made to your web server to validate did.json files, 8 - and to the PDS to create and activate your account. No private data you provide is 9 - stored or shared. If you refresh this page it will reset the process. 7 + This tool has been designed to assist in the **easy** creation of a did:web based account on 8 + a self hosted PDS. What was previously a pretty difficult process is now just a basic web flow. 10 9 11 - ## How To Use 10 + ## Usage 12 11 13 - Use it now at [https://atproto-did-web.lukeacl.com](https://atproto-did-web.lukeacl.com). 12 + You don't need to download the code to use it, you can find it live at [https://atproto-did-web.lukeacl.com](https://atproto-did-web.lukeacl.com). 13 + 14 + ## License 15 + 16 + Distributed under the MIT License. See `LICENSE.md` for more information. 17 + 18 + ## Contributing 19 + 20 + Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. 21 + 22 + If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". 23 + Don't forget to give the project a star! Thanks again!