Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.04 KB

Messo

A Simple System with Login and Social Logins using OAuth Authentication

Requirements

PHP >= 7.4.29  
MySQL >= 15.1

Tokens

All Tokens and IDs are located on a configuration file: services/config.php

Dev Accounts

Get your tokens and ids here:

Redirect URIs

Some of the Redirect URIs has a GET parameters and they are required to be add on your developer portal account and some of them are not required to add.

http://localhost/views/
http://localhost/views/sign-up-form.php

http://localhost/views/?using={provider here}
http://localhost/views/sign-up-form.php?using={provider here}

NOTE: You must include a provider when using the using parameter.
Example: http://localhost/views/sign-up-form.php?using=google