This documentation is for a legacy version of Next.js and Supabase. For the latest version, please visit the Next.js and Supabase V2 documentation

Encrypting Secrets

When storing sensitive data, such as API keys, you must ensure to encrypt your data in Supabase. Here is how we can encrypt and decrypt it.