A product developed by Kinde
-
Download or clone the
plugin.zip
file fromGitHub
orPlugin site
-
Go to your WordPress plugins page at this URL
YOUR_WORDPRESS_URL/wp-admin/plugins.php
-
Click
Add new
then clickUpload Plugins
-
Choose the
plugin.zip
file and clickInstall Now
-
Active plugin and finish installation!!!
- Not supported yet
-
Go to the plugin setting page at
YOUR_WORDPRESS_URL/wp-admin/admin.php?page=kinde-auth
-
Enter value for
Token host
,Client ID
,Client Secret
,Grant Type
,Auto Create User as Role
,Default Login Page
-
For the Grant Type, choose one of the two methods
Authorization Code
,Authorization Code with PKCE
-
Click
Save Changes
button to save your config
-
Go to your Kinde server at this URL:
https://app.kinde.com/auth/*
-
Navigate to the
App keys
menu page -
Fill
YOUR_WORDPRESS_URL/kinde-authenticate/response
into theAllowed callback URLs
field -
Click
Save
button and finish configuration!!!
There are 3 ways to use Kinde Auth plugin on your website:
- Set
Kinde Login Page
value forDefault Login Page
field on the admin setup wizard
Note: This method will override all login URLs based on your website and create a new WordPress URL for default login /wp-new-login
-
Login button Shortcode
[kinde_auth_login_button title="YOUR_TITLE"]
-> title default: Sign In With Kinde -
Register button Shortcode
[kinde_auth_register_button title="YOUR_TITLE"]
-> title default: Sign Up With Kinde -
Logout button Shortcode
[kinde_auth_logout_button]
-
Login URL:
/kinde-authenticate/login
-
Register URL:
/kinde-authenticate/register
-
Logout URL:
/kinde-authenticate/logout