Multi Step Form Example

Component type

module

Categories

Maintenance status

Development status

Downloads

1094

Component created

Component changed

Multi Step Form Example

This module provides an example of how to create an ajax based multistep form and also provide an interface for doing the same. One can look at the example and after that he will be able to create custom ajax based multi step form which is quite complex in Drupal 8 as compare to Drupal 7.

Module is only available for Drupal 8 right now, as we already know how to create ajax based multi step form in drupal 7.

OAuth2 Client Database

Component type

module

Maintenance status

Development status

Downloads

183

Component created

Component changed

OAuth2 Client Database integrates OAuth2 Client into Drupal and allows you to store the token data in the database storage instead of session storage.

Dependencies

Situation

Let's imagine, you use password grant and generate token on hook_user_login where you put (username and plain password) like this: