mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-31 15:09:39 +02:00
access token endpoints and other backend support
This commit is contained in:
parent
f7c4091a90
commit
084f65f657
22 changed files with 905 additions and 107 deletions
|
@ -4,7 +4,6 @@ import { z } from "zod";
|
|||
import { fromError } from "zod-validation-error";
|
||||
import HttpCode from "@server/types/HttpCode";
|
||||
import { response } from "@server/utils";
|
||||
import { validateSessionToken } from "@server/auth";
|
||||
import { validateResourceSessionToken } from "@server/auth/resource";
|
||||
|
||||
export const params = z.object({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue