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
+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"