feat: middleware support for oauth

This commit is contained in:
swve 2024-06-03 14:48:28 +01:00
parent 52f2235942
commit 5ca1ba75e1
15 changed files with 212 additions and 43 deletions

View file

@ -4,6 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"dev-https" : "next dev --experimental-https -p 443",
"build": "next build",
"start": "next start",
"lint": "next lint",