Skip to content

Commit f90ee65

Browse files
v0.0.3: Add GitHub link, fix comparison
- Add subtle GitHub link to example page - Fix size comparison to 1,000-5,000 lines (more accurate)
1 parent 7eade9a commit f90ee65

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A single JavaScript file (~600 lines) that handles the complete Solid-OIDC authe
1616

1717
| Feature | solid-oidc | Other libraries |
1818
|---------|------------|-----------------|
19-
| **Size** | ~600 lines | 5,000+ lines |
19+
| **Size** | ~600 lines | 1,000–5,000 lines |
2020
| **Build step** | None | Required |
2121
| **Copy-paste ready** | Yes | No |
2222
| **Readable source** | Yes | Compiled/minified |

example.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
</head>
6666
<body>
6767
<h1>Solid-OIDC Demo</h1>
68+
<p style="margin-top:-0.5rem;font-size:0.875rem;opacity:0.7">
69+
<a href="https://github.com/JavaScriptSolidServer/solid-oidc" style="color:inherit">View on GitHub</a>
70+
</p>
6871

6972
<div class="card">
7073
<p>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solid-oidc",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Minimal, zero-build Solid-OIDC client for browsers",
55
"type": "module",
66
"main": "solid-oidc.js",

0 commit comments

Comments
 (0)