0.0.11 • Published 2 years ago

idsrv v0.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

idsrv

A WebID-OIDC authentication server appropriating google accounts for authentication.

It's in the testing phase now.

setup nginx

If you use nginx for reverse proxy, do not forget configure 'Access-Control-Allow-Headers'. For example

add_header Access-Control-Allow-Headers "Authorization, X-XSRF-TOKEN, DPOP";

You sould include 'DPOP' in Access-Control-Allow-Headers.

setup

sudo apt install mongodb
git clone https://github.com/ksaito-hiu/idsrv.git
cd idsrv
npm install
cp config.example.json config.json
vi config.json
npm run generate-keys
cp clients.example.json clients.json
vi clients.json
cp users.example.json users.json
vi users.json

run

node app.js
0.0.10

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago