Download the PHP package sumaia/google-onetap-login without Composer
On this page you can find all versions of the php package sumaia/google-onetap-login. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package google-onetap-login
Google One Tap Login for Laravel
This repository contains the development workspace for the sumaia/google-onetap-login Laravel package.
Package Overview
The sumaia/google-onetap-login package provides seamless Google One Tap authentication integration for Laravel applications. It allows users to sign in with their Google account using Google's One Tap sign-in feature.
Package Installation
To use this package in your Laravel application, install it via Composer:
Quick Setup Guide
1. Install the Package
2. Publish Configuration and Views
3. Run Migration
4. Configure Google OAuth
- Go to Google Cloud Console
- Create a new project or select existing one
- Enable Google+ API
- Create OAuth 2.0 credentials
- Add your domain to authorized origins
5. Update Environment Variables
Add to your .env file:
6. Update Configuration
Edit config/google-onetap.php:
Usage
Once installed, the package automatically registers these routes:
GET /login- Login page with Google One TapPOST /auth/google/callback- Google authentication callbackGET /dashboard- Protected dashboard (requires authentication)POST /logout- Logout functionality
Visit /login to see the Google One Tap authentication in action.
Package Development
This repository serves as the development workspace. The actual package is located in:
Development Setup
Documentation
For detailed documentation, configuration options, and customization guides, see the package's README file: packages/sumaia/google-onetap-login/README.md
License
This package is open-sourced software licensed under the MIT license.
All versions of google-onetap-login with dependencies
laravel/framework Version ^10.0|^11.0|^12.0
google/apiclient Version ^2.15