@junobuild/auth 0.0.1 → 0.0.2
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 +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
[![npm][npm-badge]][npm-badge-url]
|
|
2
2
|
[![license][npm-license]][npm-license-url]
|
|
3
3
|
|
|
4
|
-
[npm-badge]: https://img.shields.io/npm/v/@junobuild/
|
|
5
|
-
[npm-badge-url]: https://www.npmjs.com/package/@junobuild/
|
|
6
|
-
[npm-license]: https://img.shields.io/npm/l/@junobuild/
|
|
4
|
+
[npm-badge]: https://img.shields.io/npm/v/@junobuild/auth
|
|
5
|
+
[npm-badge-url]: https://www.npmjs.com/package/@junobuild/auth
|
|
6
|
+
[npm-license]: https://img.shields.io/npm/l/@junobuild/auth
|
|
7
7
|
[npm-license-url]: https://github.com/junobuild/juno-js/blob/main/LICENSE
|
|
8
8
|
|
|
9
|
-
# Juno JavaScript
|
|
9
|
+
# Juno JavaScript Authentication SDK
|
|
10
10
|
|
|
11
|
-
A
|
|
11
|
+
A SDK for working with [Juno] authentication modules..
|
|
12
12
|
|
|
13
13
|
## License
|
|
14
14
|
|