Skip to content

lutece-platform/lutece-tech-plugin-temporarycode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Plugin Temporary-code

##Introduction This plugin allows the generation of temporary code.

##Configuration

Admin feature:

From the admin feature, you can configure the length, the validity period and the character type of the temporary code.

Service:

With the service TemporaryCodeService you can generate, verify and use the temporary code.

REST API:

Generate temporary code
GET /rest/api/temporarycode/generate

Headers
configuration_id string (default if null)
user_id string (required)
action_name string (required)
Verify temporary code
GET /rest/api/temporarycode/verify

Headers
temporary_code string (required)
user_id string (required)
action_name string (required)
Consume temporary code
GET /rest/api/temporarycode/consume

Headers
temporary_code string (required)
user_id string (required)
action_name string (required)

Usage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •