وضاحت
Kinde is a new era of authentication with simple, powerful authentication you can integrate with your product in minutes.
Kinde supports all of the most popular languages including JavaScript (React, React Native, Node Express, Node NextJs), PHP, .NET
انسٽاليشن
- Upload the
kinde-auth
folder to the/wp-content/plugins/
directory or install directly through the plugin installer - Activate the plugin through the ‘Plugins’ menu in WordPress or by using the link provided by the plugin installer
- Visit the settings page in the Admin at
/wp-admin/admin.php?page=kinde-auth
and configure the plugin with your account details
FAQ
-
- 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
,Your Site Protocol
- For the Grant Type, choose one of the two methods
Authorization Code
,Authorization Code with PKCE
- For the Your Site Protocol, choose one of the two methods
HTTP
,HTTPS
- Click
Save Changes
button to save your config
- Go to the plugin setting page at
-
- If you don’t have an account, go to the
https://app.kinde.com/register
to register an account - If you have account then, go to
https://app.kinde.com/admin
to login - Navigate to the
Settings -> Applications
menu page - Click to the
Backend app (Regular Web Application)
to show the config page - Fill
YOUR_WORDPRESS_URL/kinde-authenticate/response
into theAllowed callback URLs
field - Click
Save
button and finish configuration
- If you don’t have an account, go to the
-
There are 3 ways to use Kinde Auth plugin on your website:
-
Use by setting up in the
Kinde Login Page
forDefault Login Page
field
1.1. SetKinde 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
-
Use by Shortcode
2.1. Login button Shortcode[kinde_auth_login_button title="YOUR_TITLE"]
-> title default: Sign In With Kinde
2.2. Register button Shortcode[kinde_auth_register_button title="YOUR_TITLE"]
-> title default: Sign Up With Kinde
2.3. Logout button Shortcode[kinde_auth_logout_button]
-
Use by links
3.1. Login URL:/kinde-authenticate/login
3.2. Register URL:/kinde-authenticate/register
3.3. Logout URL:/kinde-authenticate/logout
-
-
Please visit our document site at https://kinde.com/docs for more information.
-
Please post it in the WordPress support forum and we’ll fix it right away. Thanks for helping.
جائزا
ھن پلگ ان لاءِ ڪي به رايا ناھن.
تعاون ڪندڙ & ڊولپرز
“Kinde Auth” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.
تعاون ڪندڙترجمو ڪريو “Kinde Auth” توهان جي ٻولي ۾.
ڊولپمينٽ ۾ دلچسپي؟
ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.
لاگ تبدیل ڪريو
1.0 (2023-02-08):
- FIX BUG feedbacks review form WordPress Plugin Support
- UPGRADE Kinde SDK PHP library from version 0.0.1 to 0.0.2
0.0.1 (2022-11-18):
- Initial Release