Opis
Allows users to add Google One Tap Sign-in Or Sign-up to wordpress website.
Dependencies
- WordPress v5.1 and later
- PHP v7.4 and later
Slike ekrana
Instalacija
- Install the plugin via WordPress repository or by uploading the plugin
- Activate the plugin through the ‘Plugins’ menu in WordPress
- In the Google Cloud Console create a project and create a oauth app
- And create credentials for “OAuth client ID” and choose web application and add your homepage to ‘Authorized JavaScript origins’ and you can leave ‘Authorized redirect URIs’ empty.
- Get the ‘Client ID’ from your credentials
- Enter your ‘Client ID’ of you oauth login credentials in the ‘Google One Tap Login’ menu in the wordpress
ČPP
-
How does login works?
-
When google sends user information, if the user email is already registered it will login the user and if the user email is not registered it will create a user account and it will login the user. And after logging in the user will be redirected to the same page.
-
How to select user role of registering user?
-
New user registration user role is defined in the ‘New User Default Role’ field in the Settings -> General in the admin menu.
-
How to enable Automatic sign-in in one tap login?
-
Automatic sign-in is currently not enabled. You can look for this feature in the upcoming release
Recenzije
Saradnici i programeri
“One Tap Google Sign in” is open source software. The following people have contributed to this plugin.
Doprinositelji“One Tap Google Sign in” je prijeveden na 2 dijalekta. Zahvala prevodiocima za njihov doprinos.
Prevedi “One Tap Google Sign in” na vaš jezik.
Zainteresirani za razvoj?
Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.
Zapis promijena
1.4.1
- Updated Google APIs Client Library for PHP Dependencies
- Tested with latest wordpress 6.5
- Reduced no of plugin tags to 5
- Added cache busting on the login redirection
1.4.0
- Disbale auto login option in the admin settings
- Tested with latest wordpress 6.4.3
1.3.1
- Revert google library
1.3
- Something Awesome
- Updated google/apiclient to 2.12.6
1.1.2
- Updating User Firstname Lastname and getting profile picture for future use
- Added security fixes sanitize input and output
1.1
- Updating User Firstname Lastname and getting profile picture for future use
- Added security fixes sanitize input and output
1.0
- Added Lisence and added guidlines for wordpress plugin repository
0.0.1
- Google One Tap Sign-in added for wordpress