feat: add jwt-decode dependency and implement JWT handling in Supabase security notebook
This commit is contained in:
@@ -1 +0,0 @@
|
||||
v2.185.0
|
||||
@@ -1 +0,0 @@
|
||||
postgresql://postgres.exdkssurzmjnnhgtiama@aws-0-us-west-1.pooler.supabase.com:5432/postgres
|
||||
@@ -1 +0,0 @@
|
||||
15.8.1.085
|
||||
@@ -1 +0,0 @@
|
||||
exdkssurzmjnnhgtiama
|
||||
@@ -1 +0,0 @@
|
||||
v12.2.3
|
||||
@@ -1 +0,0 @@
|
||||
buckets-objects-grants-postgres
|
||||
@@ -1 +0,0 @@
|
||||
v1.33.0
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user