Reauth endpoint
This commit is contained in:
@@ -35,6 +35,8 @@ SimpleRouter::post("/login", [Api\Login\Login::class, "post"]);
|
||||
// Register and confirm
|
||||
SimpleRouter::post("/register", [Api\Register\Register::class, "post"]);
|
||||
SimpleRouter::patch("/register", [Api\Register\Register::class, "patch"]);
|
||||
// Refresh (open, but still needs token)
|
||||
SimpleRouter::post("/refresh", [Api\Refresh\Refresh::class, "post"]);
|
||||
|
||||
/*
|
||||
* Optional Auth
|
||||
|
||||
Reference in New Issue
Block a user