Authentication
How the WPLMS Authentication works.
Generating the Token
{
'id' => //ID of the WordPress user
'username'=> // Login username of WordPress User
'slug'=> // User nicename of WordPress User
'email'=>// User email of WordPress User
'avatar'=> // User Photo URL of WordPress User
'displayname'=> // User Display Name of WordPress User
'roles'=> // WordPress user role, Accepts Array of roles []
'caps'=> // WordPress user capability, Accepts Array of capabilities, edit_posts (instructors),manage_options(administrators), read (students)
'profile_link'=> //the Profile link
}Expanding the Token
Last updated