Skip to content

Commit eb30b7c

Browse files
committed
release: v0.1.1
Updated README with a package installation instruction.
1 parent 134e51a commit eb30b7c

5 files changed

Lines changed: 12 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Solid authentication for web browser extensions
22

3+
![NPM Version](https://img.shields.io/npm/v/%40neiro21%2Fsolid-client-authn-webext)
34
[![CodeQL Advanced](https://github.com/NeiRo21/solid-client-authn-webext/actions/workflows/codeql.yml/badge.svg?branch=main)](https://github.com/NeiRo21/solid-client-authn-webext/actions/workflows/codeql.yml)
45

56
`solid-client-authn-webext` is a fork of Inrupt's [Solid client authentication libraries](https://github.com/inrupt/solid-client-authn-js) adapted for web browser extensions. This library implementation is mostly based on `@inrupt/solid-client-authn-browser`, and is inspired by [WebClip Chrome extension](https://github.com/codecentric/web-clip).
@@ -16,9 +17,11 @@ See [Inrupt JS SDK documentation](https://docs.inrupt.com/sdk/javascript-sdk) fo
1617

1718
### Installation
1819

19-
TODO: add
20+
```sh
21+
npm install @neiro21/solid-client-authn-webext
22+
```
2023

21-
### Example
24+
### Code example
2225

2326
```typescript
2427
const solidSession = new Session();

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"useNx": true,
3-
"version": "0.1.0"
3+
"version": "0.1.1"
44
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/webext/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ See [Inrupt JS SDK documentation](https://docs.inrupt.com/sdk/javascript-sdk) fo
1212

1313
### Installation
1414

15-
TODO: add
15+
```sh
16+
npm install @neiro21/solid-client-authn-webext
17+
```
1618

17-
### Example
19+
### Code example
1820

1921
```typescript
2022
const solidSession = new Session();

packages/webext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neiro21/solid-client-authn-webext",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Solid client auth library for web browser extensions",
55
"keywords": [
66
"solid",

0 commit comments

Comments
 (0)