mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
Fix required API methods
This commit is contained in:
parent
0061572e1b
commit
745a27d92d
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ func registerMetaEndpoints() error {
|
|||
if err := RegisterEndpoint(Endpoint{
|
||||
Path: "auth/reset",
|
||||
Read: PermitAnyone,
|
||||
Write: PermitAnyone,
|
||||
HandlerFunc: authReset,
|
||||
Name: "Reset Authenticated Session",
|
||||
Description: "Resets authentication status internally and in the browser.",
|
||||
|
|
Loading…
Add table
Reference in a new issue