···11+MIT License
22+33+Copyright (c) 2024 Luke Cashion-Lozell
44+55+Permission is hereby granted, free of charge, to any person obtaining a copy
66+of this software and associated documentation files (the "Software"), to deal
77+in the Software without restriction, including without limitation the rights
88+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99+copies of the Software, and to permit persons to whom the Software is
1010+furnished to do so, subject to the following conditions:
1111+1212+The above copyright notice and this permission notice shall be included in all
1313+copies or substantial portions of the Software.
1414+1515+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121+SOFTWARE.
+17-7
README.md
···11# atproto-did-web
2233+
44+35## Introduction
4655-This tool has been designed to assist in the creation of a did:web based account on
66-a self hosted PDS. All operations are performed client side on your device, with only
77-necessary outgoing network calls made to your web server to validate did.json files,
88-and to the PDS to create and activate your account. No private data you provide is
99-stored or shared. If you refresh this page it will reset the process.
77+This tool has been designed to assist in the **easy** creation of a did:web based account on
88+a self hosted PDS. What was previously a pretty difficult process is now just a basic web flow.
1091111-## How To Use
1010+## Usage
12111313-Use it now at [https://atproto-did-web.lukeacl.com](https://atproto-did-web.lukeacl.com).
1212+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).
1313+1414+## License
1515+1616+Distributed under the MIT License. See `LICENSE.md` for more information.
1717+1818+## Contributing
1919+2020+Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
2121+2222+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".
2323+Don't forget to give the project a star! Thanks again!