Skip to content

Commit 32ac046

Browse files
Update README.md
1 parent 6ba959d commit 32ac046

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@
44
OpenRefine's extension to add authentication protocols for HTTP/HTTPS request. Compatible with OpenRefine 3.3 supporting:
55

66
* Custom applications with JWT tokens
7-
* RDF extension with basic authentication for AllegroGraph
7+
* Basic authentication (login password)
8+
9+
The extension allow passing credentials when
10+
* Creating a project from Web Addresses (URLs):
11+
* Adding a column by fetching URLs based on this column
12+
* Calling a reconciliation service via OpenRefine native
13+
* Calling a RDF endpoint using the [RDF extension](https://github.com/stkenny/grefine-rdf-extension)
14+
815

916

1017
## Requirements
@@ -45,12 +52,12 @@ OpenRefine's extension to add authentication protocols for HTTP/HTTPS request. C
4552
curl --location --request GET 'http://localhost:8080/api/languages' \
4653
--header 'Authorization: Bearer TOKEN_FROM_PREVIOUS_REQUEST''```
4754
48-
* Open in a browser http://127.0.0.1:3333/ then follow the video https://www.loom.com/share/7065806b1fd14e2b83f4412b2829bbd0
55+
* Open in a browser http://127.0.0.1:3333/ then follow the video https://youtu.be/6fm29SzaQ7g
4956
* Credentials for http://languages.local.com:8080/api/login:
5057
* Username: `admin`
5158
* Password: `password`
5259
* Type: `Bearer`
5360
* Credentials for http://127.0.0.1:10035/token (AllegroGraph):
5461
* Username: `admin`
5562
* Password: `pass`
56-
* Type: `Basic`
63+
* Type: `Basic`

0 commit comments

Comments
 (0)