#Plugin Temporary-code
##Introduction This plugin allows the generation of temporary code.
##Configuration
From the admin feature, you can configure the length, the validity period and the character type of the temporary code.
With the service TemporaryCodeService you can generate, verify and use the temporary code.
GET /rest/api/temporarycode/generate
Headers
configuration_id string (default if null)
user_id string (required)
action_name string (required)
GET /rest/api/temporarycode/verify
Headers
temporary_code string (required)
user_id string (required)
action_name string (required)
GET /rest/api/temporarycode/consume
Headers
temporary_code string (required)
user_id string (required)
action_name string (required)