How to allow specific user to login to certain page ?
for example Admin are allow to gain access to admin page
while normal user use the normal page
note: I using the same database with the "Role" Column
Hello,
We'll check solution and someone will get back to you.
Hello,
The login service returns user id, so you should save it. Then run service for reading user by his id
(look at this link:
https://getsatisfaction.com/apperyio/...)