0.0.11 • Published 3 years ago

idsrv v0.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago