Search Results :
×The WordPress Login and Register using the JWT plugin allow you to log in (WordPress Single Sign-On) into the WordPress application using the JWT token(JSON Web token) from any other WordPress site or other applications/platforms including mobile applications.
The following setup guide contains features available in JWT Login( WordPress Single Sign-On) premium plugin.
This feature will help you to create the JWT token based on WordPress user credentials. It also helps you authenticate your users on other apps trying to log in using WordPress credentials.
Request:POST https://<domain-name>/wp-json/api/v1/mo-jwt
Body:username = <wordpress username>
password = <wordpress password>
Sample curl Request Format-
curl -d "username=<wordpress_username>&password=<wordpress_password>"
-X POST http://<wp_base_url>/wp-json/api/v1/mo-jwt
This feature will help you to create the user in WordPress via API and returns the user-based JWT token which can be used further for user login, deletion, etc .
Request:POST https://<domain-name>/wp-json/api/v1/mo-jwt-register
Body:username = <wordpress username>
password(Optional) = <wordpress password>
Sample curl Request Format-
curl -d "username=<wordpress_username>&password=<wordpress_password>"
-X POST http://<wp_base_url>/wp-json/api/v1/mo-jwt-register
This feature will help you to delete your users from WordPress via API endpoint using the user based JWT token.
Request:POST https://<domain-name>/wp-json/api/v1/mo-jwt-delete
Body:jwt-token = <The jwt token of that whom you want to remove from WordPress>
Sample curl Request Format-
curl -d "jwt-token=<JWT_token>"
-X POST http://<wp_base_url>/wp-json/api/v1/mo-jwt-delete
This feature will help you to auto login (Single Sign On) your users in WordPress using the user based JWT token either created from the plugin or obtained from external identities like OAuth 2.0/OpenID Connect providers, Firebase etc.
You can choose the Signing Algorithm HS256 or RS256 to sign the JWT using this method. Additionally, you can enter a key/certificate to decrypt the JWT in the Decryption key/certificate field.
You can use this method to create the public keys for the JWT token and validate its signature by entering the JWKS endpoint.
By adding the OAuth Introspection/Userinfo Endpoint, Client ID, and Client Secret, you can use this method to determine whether the OAuth token is valid exists.
In this section, you can assign roles based on a role attribute in the JWT token received.
You only need to follow these two steps to set the Role Mapping:
Mail us on apisupport@xecurify.com or oauthsupport@xecurify.com for quick guidance(via email/meeting) on your requirement and our team will help you to select the best suitable solution/plan as per your requirement.
Need Help? We are right here!
Thanks for your inquiry.
If you dont hear from us within 24 hours, please feel free to send a follow up email to info@xecurify.com
This privacy statement applies to miniorange websites describing how we handle the personal information. When you visit any website, it may store or retrieve the information on your browser, mostly in the form of the cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not directly identify you, but it can give you a more personalized web experience. Click on the category headings to check how we handle the cookies. For the privacy statement of our solutions you can refer to the privacy policy.
Necessary cookies help make a website fully usable by enabling the basic functions like site navigation, logging in, filling forms, etc. The cookies used for the functionality do not store any personal identifiable information. However, some parts of the website will not work properly without the cookies.
These cookies only collect aggregated information about the traffic of the website including - visitors, sources, page clicks and views, etc. This allows us to know more about our most and least popular pages along with users' interaction on the actionable elements and hence letting us improve the performance of our website as well as our services.