Monday, September 24, 2012

Site Login With Google OAuth

Demo
Download
Register your domain with Google


Verify the ownership of your domain

Find OAuth consumer key and OAuth consumer secret key

Create client ID with Google API Console

Get application OAuth client ID and client secret.
Modify config file with above information

No comments:

Post a Comment

How to enable CORS in Laravel 5

https://www.youtube.com/watch?v=PozYTvmgcVE 1. Add middleware php artisan make:middleware Cors return $next($request) ->header('Acces...