autho 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/Readme.md +5 -3
- package/package.json +1 -1
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License Copyright (c) 2024 Nir Adler
|
|
2
|
+
|
|
3
|
+
Permission is hereby granted, free of
|
|
4
|
+
charge, to any person obtaining a copy of this software and associated
|
|
5
|
+
documentation files (the "Software"), to deal in the Software without
|
|
6
|
+
restriction, including without limitation the rights to use, copy, modify, merge,
|
|
7
|
+
publish, distribute, sublicense, and/or sell copies of the Software, and to
|
|
8
|
+
permit persons to whom the Software is furnished to do so, subject to the
|
|
9
|
+
following conditions:
|
|
10
|
+
|
|
11
|
+
The above copyright notice and this permission notice
|
|
12
|
+
(including the next paragraph) shall be included in all copies or substantial
|
|
13
|
+
portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
16
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
17
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
18
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
|
19
|
+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
20
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|
package/Readme.md
CHANGED
|
@@ -33,7 +33,9 @@ This will start the Autho CLI, where you can generate OTPs, manage passwords, an
|
|
|
33
33
|
|
|
34
34
|
3. **Managing Passwords**: Autho provides a secure vault for storing and managing your passwords. You can add, view, update, and delete passwords using the CLI interface.
|
|
35
35
|
|
|
36
|
-
4. **
|
|
36
|
+
4. **Secure files**: Autho offers a reliable method for encrypting and decrypting files, ensuring their security and integrity.
|
|
37
|
+
|
|
38
|
+
5. **Self-Hosting**: If you prefer self-hosting, deploy Autho on your own server by following the instructions provided in the documentation. (TBD)
|
|
37
39
|
|
|
38
40
|
## Security Considerations
|
|
39
41
|
|
|
@@ -51,11 +53,11 @@ Autho is an open-source project, and contributions are welcome! Feel free to rep
|
|
|
51
53
|
|
|
52
54
|
## License
|
|
53
55
|
|
|
54
|
-
Autho is licensed under the [MIT License](
|
|
56
|
+
Autho is licensed under the [MIT License](LICENSE), allowing for unrestricted use, modification, and distribution.
|
|
55
57
|
|
|
56
58
|
## Support
|
|
57
59
|
|
|
58
|
-
For support or inquiries, please
|
|
60
|
+
For support or inquiries, please open an issue for assistance.
|
|
59
61
|
|
|
60
62
|
## Acknowledgments
|
|
61
63
|
|