diff --git a/examples/custom-jwt-validation/README.md b/examples/custom-jwt-validation/README.md index e48b478a6..ef40947f3 100644 --- a/examples/custom-jwt-validation/README.md +++ b/examples/custom-jwt-validation/README.md @@ -2,19 +2,26 @@ This function exemplifies how to use a custom JWT validation. -Since Supabase legacy JWT Secret will be deprecated, users that would like to verify JWT or integrate with a custom provider should implement it manually. -> see [Upcoming changes to Supabase API Keys #29260](https://github.com/orgs/supabase/discussions/29260) +Since Supabase legacy JWT Secret will be deprecated, users that would like to +verify JWT or integrate with a custom provider should implement it manually. + +> see +> [Upcoming changes to Supabase API Keys #29260](https://github.com/orgs/supabase/discussions/29260) To simplify this task, Supabase provides a collection of JWT validation examples -that can be found at [`_shared/jwt/`](https://github.com/supabase/edge-runtime/blob/main/examples/_shared/jwt) folder. +that can be found at +[`_shared/jwt/`](https://github.com/supabase/edge-runtime/blob/main/examples/_shared/jwt) +folder. ## Setup -1. Copy/download the JWT template, then import and use it inside your edge function. +1. Copy/download the JWT template, then import and use it inside your edge + function. ```bash wget https://raw.githubusercontent.com/supabase/edge-runtime/refs/heads/main/examples/_shared/jwt/