By martincmelik on
Hi,
is there chance how to authenticate user on website against user database in Drupal?
This can be very useful when we have projects on subdomains and users can login via account already created in main Drupal CMS (some kinf of external authentication for allowed websites). I try to find some existing modules but have no luck.
Thank you very much
Comments
One way is to use the
One way is to use the Services module, and authenticate via REST for example.
druid.fi
Im sorry I have no clue what
Im sorry I have no clue what do you mean...
External website are using own CMS and I need only forward authentication to Drupal CMS.
Thank you for your help
Like i said, take a look at
Like i said, take a look at Services module: http://drupal.org/project/services
druid.fi
Hi, I try it but it seems to
Hi,
I try it but it seems to be API only..? Isn't there module which will work on-the-fly?
Thank you