oauth-callback 0.1.0 → 0.1.1
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/README.md +7 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
# OAuth Callback
|
|
1
|
+
# OAuth Callback
|
|
2
|
+
|
|
3
|
+
[](https://badge.fury.io/js/oauth-callback)
|
|
4
|
+
[](https://npmjs.com/package/oauth-callback)
|
|
5
|
+
[](https://github.com/kriasoft/oauth-callback/blob/main/LICENSE)
|
|
6
|
+
[](https://www.typescriptlang.org/)
|
|
2
7
|
|
|
3
8
|
A lightweight local HTTP server for handling OAuth 2.0 authorization callbacks in Node.js, Deno, and Bun applications. Perfect for CLI tools, desktop applications, and development environments that need to capture OAuth authorization codes.
|
|
4
9
|
|
|
@@ -268,4 +273,4 @@ This project is released under the MIT License. Feel free to use it in your proj
|
|
|
268
273
|
|
|
269
274
|
## Support
|
|
270
275
|
|
|
271
|
-
Found a bug or have a question? Please open an issue on the [GitHub issue tracker](https://github.com/
|
|
276
|
+
Found a bug or have a question? Please open an issue on the [GitHub issue tracker](https://github.com/kriasoft/oauth-callback/issues) and we'll be happy to help. If this project saves you time and you'd like to support its continued development, consider [becoming a sponsor](https://github.com/sponsors/koistya). Every bit of support helps maintain and improve this tool for the community. Thank you!
|