Framework update

This commit is contained in:
stephb9959
2022-04-23 16:59:31 -07:00
parent ed393b08a5
commit 8cd7a99c55
27 changed files with 52 additions and 43 deletions

View File

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