Download the PHP package leowebguy/google-oauth without Composer
On this page you can find all versions of the php package leowebguy/google-oauth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package google-oauth
Google OAuth plugin for Craft
A minimal Craft plugin to provide Google OAuth login
Installation
Composer
Craft 4
Craft 5
Credentials
Gather the necessary info from GoogleOAuth
Go to https://console.cloud.google.com/auth/clients
- Select a Project
- Create client
- Pick "Web application"
- Give it a name
- Add "Authorized JavaScript origins" i.e. https://myapp.ddev.site (Optional)
- Add "Authorized redirect URIs" i.e. https://myapp.ddev.site/oauth/g/auth
The URI has to be "/oauth/g/auth"
Added to your Craft App URL i.e. https://myapp.ddev.site/oauth/g/auth
- Copy Client ID and Secret
- Paste/Save /admin/settings/plugins/google-oauth
- Add ID/Secret to .env (Optional)
All versions of google-oauth with dependencies
PHP Build Version
Package Version
The package leowebguy/google-oauth contains the following files
Loading the files please wait ...