Final token cache/revocation fix.

This commit is contained in:
stephb9959
2021-11-13 17:23:19 -08:00
parent bc11a19ee4
commit 5b4dbb088f
4 changed files with 3 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ namespace OpenWifi {
Server,
Internal,
false,
true, RateLimit{.Interval=1000,.MaxCalls=5}) {}
true, RateLimit{.Interval=1000,.MaxCalls=10}) {}
static const std::list<const char *> PathName() { return std::list<const char *>{"/api/v1/actionLink"}; };
void RequestResetPassword(SecurityObjects::ActionLink &Link);
void CompleteResetPassword();