mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-18 13:45:09 +00:00
tweaks to docs (#200)
This commit is contained in:
@@ -2,4 +2,4 @@ One time password generation
|
||||
|
||||
# OTP Service
|
||||
|
||||
Generate one time passwords (OTP) for any unique id, email or user. Codes are valid for up to 60 seconds.
|
||||
Generate one time passwords (OTP) for any unique id, email, or user. Codes have a user configurable expiry time.
|
||||
|
||||
@@ -33,6 +33,6 @@ message ValidateRequest {
|
||||
}
|
||||
|
||||
message ValidateResponse {
|
||||
// returns true if successful
|
||||
// returns true if the code is valid for the ID
|
||||
bool success = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user