Files
meet-hub/supabase/functions
dwindown bc8bc1159d Fix JWT generation using native Deno Web Crypto API
- Remove external jose library dependency that was causing import errors
- Use native crypto.subtle API available in Deno
- Manual base64url encoding for JWT header, payload, and signature
- Use RSASSA-PKCS1-v1_5 with SHA-256 for RS256 algorithm
- Remove cat heredoc wrapper from file
2025-12-23 11:25:20 +07:00
..
2025-12-19 14:13:40 +00:00
2025-12-19 16:02:31 +00:00
2025-12-19 14:43:28 +00:00