Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lekoowo/replida-openid
- Owner: lekoOwO
- Created: 2021-09-03T17:05:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-16T09:16:43.000Z (about 1 year ago)
- Last Synced: 2023-09-16T19:32:32.773Z (about 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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 iecho "Save the config as data/config.js"
vim data/config.example.jsecho "Add admin's email into admin.txt, One email per line"
vim data/admin.txt
```## Run
```shell
npm start
```