Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Noty Messages is a library that brings in customization available in the noty
jQuery plugin (http://needim.github.com/noty/) into Drupal, and allows the the
library's rendering of messages overtake Drupal's default message theming style.
This module allows users to login to the site using a RESTful web service. If the user is associated with a Drupal user, that user is logged in. If not, a new user is created.
This module assumes that the web service returns a JSON payload and that both a username (or email) and a password are required for third-party authentication.
Configuration
Settings can be found on Administration » Configuration » People » REST Auth
Host: The fully-formed URL of the authentication service.
Username parameter: Username parameter name that will get passed to the web service.
Password parameter: Password parameter name that will get passed to the web service.
Email parameter: If the user name is an email, this is not needed. Otherwise, enter the email parameter name that will be returned from the web service.
Authentication side: This option allows you to determine where authentication happens.
Provider: Authentication happens on the web service and you receive a fully-formed JSON object describing the user. HTTP codes determine success or failure.