mirror of
https://github.com/safing/portbase
synced 2025-09-04 11:40:23 +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{
|
if err := RegisterEndpoint(Endpoint{
|
||||||
Path: "auth/reset",
|
Path: "auth/reset",
|
||||||
Read: PermitAnyone,
|
Read: PermitAnyone,
|
||||||
|
Write: PermitAnyone,
|
||||||
HandlerFunc: authReset,
|
HandlerFunc: authReset,
|
||||||
Name: "Reset Authenticated Session",
|
Name: "Reset Authenticated Session",
|
||||||
Description: "Resets authentication status internally and in the browser.",
|
Description: "Resets authentication status internally and in the browser.",
|
||||||
|
|
Loading…
Add table
Reference in a new issue