Skip to main content
Module

x/dropserver_app/approutes.ts>AuthAllow

Library that helps you create Dropserver applications
Latest
enum AuthAllow
import { AuthAllow } from "https://deno.land/x/dropserver_app@v0.2.1/approutes.ts";

Authorization categories

Members

authorized = "authorized"

"authorized" means the user must be authenticated and added to the appspace by appspace owner

public = "public"

"public" means there is no authentication or authorization required to access route