Skip to content

For Mobile app , Login , Registration , forgot password with JWT auth wordpress

Notifications You must be signed in to change notification settings

ajayprakashshukla/MobileAppApiWp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordpress plugin for MobileApp API's

Please find the API end points below :

1) Authentication

As an intial step you need to install JWT Auth Plugin in your wordpress setup.
Please find the plugin link below :
https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/

2) Registration

 ENDPOINT : YOUR_SITE_URL/wp-json/mobileapi/v1/register 

3) Forgot Password

  ENDPOINT : YOUR_SITE_URLL/wp-json/mobileapi/v1/retrieve_password

4) Get User Profile image with wp user Avatar plugin

https://wordpress.org/plugins/wp-user-avatar/

 ENDPOINT : YOUR_SITE_URL/wp-json/mobileapi/v1/GetUserImage

5) Login with Facebook

 ENDPOINT : YOUR_SITE_URL/wp-json/mobileapi/v1/facebook_login

6) Fetch user UserId using JWT:Auth token

ENDPOINT : NO ENDPOINT IT IS FUNCTION

7) Validate JWT:Auth Token

ENDPOINT : WP_URL/wp-json/mobileapi/v1/validate_token

About

For Mobile app , Login , Registration , forgot password with JWT auth wordpress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages