thalysonalexr / auth-oauth2

A simple application for study of integration OAuth 2.0. Providers Facebook and Google.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auth-oauth2

GitHub version Software License

This is a simple application built with the zend-expressive skeleton for Oauth2.0 integration study with Facebook and Google providers. In addition, this template provides user registration and login and some integrated psr-15 middlewares like Https, Content-Lenght, Www, Access-Log, Client-ip, for more details see app/composer.json.

Installation

Download (zip)

Download this link

Build

Clone this repository

$ git clone https://github.com/thalysonrodrigues/auth-oauth2.git

Development

The infrastructure for the development environment uses Docker CE and Docker Compose, the configuration for each container can be seen in docker-compose.yaml. The application executes through the following containers:

Containers

  • PHP7.2.5
  • Nginx
  • Composer
  • MongoDB

Application containers

Credits

Licence

The MIT License (MIT). Please see License File for more information.

About

A simple application for study of integration OAuth 2.0. Providers Facebook and Google.

License:MIT License


Languages

Language:JavaScript 94.6%Language:PHP 4.6%Language:HTML 0.5%Language:CSS 0.3%Language:Dockerfile 0.0%