feat: add jwt-decode dependency and implement JWT handling in Supabase security notebook

This commit is contained in:
2026-03-02 14:11:05 -06:00
parent 824db85305
commit 606db3362c
11 changed files with 233 additions and 7 deletions
-1
View File
@@ -1 +0,0 @@
v2.185.0
-1
View File
@@ -1 +0,0 @@
postgresql://postgres.exdkssurzmjnnhgtiama@aws-0-us-west-1.pooler.supabase.com:5432/postgres
-1
View File
@@ -1 +0,0 @@
15.8.1.085
-1
View File
@@ -1 +0,0 @@
exdkssurzmjnnhgtiama
-1
View File
@@ -1 +0,0 @@
v12.2.3
-1
View File
@@ -1 +0,0 @@
buckets-objects-grants-postgres
-1
View File
@@ -1 +0,0 @@
v1.33.0
+4
View File
@@ -48,3 +48,7 @@ entrypoint = "./functions/generate-subject-suggestions/index.ts"
# Specifies static files to be bundled with the function. Supports glob patterns.
# For example, if you want to serve static HTML pages in your function:
# static_files = [ "./functions/generate-subject-suggestions/*.html" ]
[auth.hook.custom_access_token]
enabled = true
uri = "pg-functions://postgres/public/custom_access_token_hook"