You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use user plugin to authenticate Joomla user for mobile app. My Joomla version is 3.6
I have installed com_api and installed user plugin and enabled it
created a key through com_api and tried to access the route
index.php?option=com_api&format=raw&app=users&resource=users&key=8ed6060579d49d6f919447379f5ce0b2
this url give me controller not found error http://prntscr.com/dl75a7
app = users plugin name. not sure if its correct
resource = users not sure what i have to give here
key = the key which i have created through com_api and selected the admin user while creating this key.
Please help me to sort it out. I want to login with Joomla user through my app.
Thanks in advance,
The text was updated successfully, but these errors were encountered:
I want to use user plugin to authenticate Joomla user for mobile app. My Joomla version is 3.6
I have installed com_api and installed user plugin and enabled it
created a key through com_api and tried to access the route
index.php?option=com_api&format=raw&app=users&resource=users&key=8ed6060579d49d6f919447379f5ce0b2
this url give me controller not found error http://prntscr.com/dl75a7
app = users plugin name. not sure if its correct
resource = users not sure what i have to give here
key = the key which i have created through com_api and selected the admin user while creating this key.
Please help me to sort it out. I want to login with Joomla user through my app.
Thanks in advance,
The text was updated successfully, but these errors were encountered: