From 3f6d54449a9e970f04483ccf30951207b9664e1a Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Fri, 19 Jun 2026 00:34:17 +1000 Subject: Added basic infrastructure for JWT authentication --- Enum.cs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Enum.cs (limited to 'Enum.cs') diff --git a/Enum.cs b/Enum.cs new file mode 100644 index 0000000..20e384c --- /dev/null +++ b/Enum.cs @@ -0,0 +1,5 @@ +namespace HyperBooru.Server; + +public static class AuthorizationPolicy { + public const string NsfwPolicy = "IsNsfw"; +} -- cgit v1.3