D3strukt0r / openid

Open-source software to host user identification data in one place

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenID

Create ONE account where all the information is stored, only ONCE.

Project

License Docker Stars Docker Pulls Docker Stars Docker Pulls

master-branch (alias stable, latest)

GH Action CI/CD Coveralls Scrutinizer build status Scrutinizer code quality Codacy grade

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

  • Webserver (PHP 7.2+)
  • Database (e. g. MySql)
  • Mail server

Installing

A step by step series of examples that tell you have to get a development env running

Clone the project from github

git clone https://github.com/D3strukt0r/openid.git

Setup the project with composer

composer install --no-dev --optimize-autoloader

Next, rename .env.dist to .env and change following parameters:

RECAPTCHA_PUBLIC_KEY=... # ReCaptcha
RECAPTCHA_PRIVATE_KEY=... # ReCaptcha

APP_ENV=prod
APP_SECRET=...

DATABASE_URL=... # Accessing databse
MAILER_URL=... # To send emails

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.txt file for details.

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

Open-source software to host user identification data in one place

License:GNU General Public License v3.0


Languages

Language:CSS 81.7%Language:JavaScript 9.5%Language:PHP 4.3%Language:Twig 4.0%Language:Shell 0.3%Language:Dockerfile 0.1%