Skip to content

A Web Application that OAuth implementation of different social media platforms

Notifications You must be signed in to change notification settings

johnalbert-dot-py/messo

Repository files navigation

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

About

A Web Application that OAuth implementation of different social media platforms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published