Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lekoowo/replida-openid

This is the OpenID login module for RepliDA.
https://github.com/lekoowo/replida-openid

Last synced: 10 days ago
JSON representation

This is the OpenID login module for RepliDA.

Awesome Lists containing this project

README

        

# RepliDA-OpenID

This is the OpenID login module for RepliDA.

## Requirements

- nodejs
- OpenID

## Installation
```shell
git clone https://github.com/lekoOwO/RepliDA-OpenID
cd RepliDA-OpenID
npm i

echo "Save the config as data/config.js"
vim data/config.example.js

echo "Add admin's email into admin.txt, One email per line"
vim data/admin.txt
```

## Run
```shell
npm start
```