惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
J
Java Code Geeks
Jina AI
Jina AI
罗磊的独立博客
宝玉的分享
宝玉的分享
S
SegmentFault 最新的问题
D
DataBreaches.Net
博客园 - 叶小钗
腾讯CDC
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Last Week in AI
Last Week in AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Google DeepMind News
Google DeepMind News
阮一峰的网络日志
阮一峰的网络日志
B
Blog
V
Visual Studio Blog
雷峰网
雷峰网
博客园 - 【当耐特】
Apple Machine Learning Research
Apple Machine Learning Research
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

Supabase Blog

AI Agents Know About Supabase. They Don't Always Use It Right. Custom OIDC Providers for Supabase Auth 100,000 GitHub stars Supabase docs over SSH Navigating Regional Network Blocks Supabase Joins the Stripe Projects Developer Preview Log Drains: Now available on Pro Supabase Storage: major performance, security, and reliability updates Supabase incident on February 12, 2026 Hydra joins Supabase X / Twitter OAuth 2.0 is now available for Supabase Auth BKND joins Supabase Supabase is now an official Claude connector Supabase PrivateLink is now available Introducing: Postgres Best Practices When to use Read Replicas vs. bigger compute Introducing TRAE SOLO integration with Supabase Supabase Security Retro: 2025 Sync Stripe Data to Your Supabase Database in One Click Building ChatGPT Apps with Supabase Edge Functions and mcp-use Own Your Observability: Supabase Metrics API Introducing iceberg-js: A JavaScript Client for Apache Iceberg Introducing Supabase for Platforms Adding Async Streaming to Postgres Foreign Data Wrappers Build "Sign in with Your App" using Supabase Auth Introducing Seven New Email Templates for Supabase Auth The new Supabase power for Kiro Introducing Supabase ETL Introducing Analytics Buckets Introducing Vector Buckets
One more thing
Paul Copplestone · 2022-08-19 · via Supabase Blog

One more thing

Let's be honest, it's never just one more thing. Here are six more things that you need to know this Launch Week.


Today we're announcing Supabase Vault, a Postgres extension for managing secrets and encryption inside your database. Vault is a thin usability-layer on top of pgsodium.

Vault is not available on the Supabase Platform yet. This release is intended to gather user feedback.

Read more.


Auth UI was previously released as a single <Auth/> component in the @supabase/ui library. We recognized it was one of the most popular aspects of the library and developers were installing the library to use the Auth component alone.

From today, you can install it from its own NPM package:


_10

npm install @supabase/auth-ui-react


We've decoupled this library from our own styling system and you are now able to (deep breath...): create your own theme, use a pre-existing Supabase theme, extend a theme using token variables, create multiple variations of themes (and then also extend them with variables), use CSS classes and also use any inline CSS styles.

This is all done with stitches.js (or more specifically, the framework agnostic API) to handle variants of components and the CSS properties.

A new feature in Auth UI is custom labels. You can now override any of the text labels—very useful for multiple language support.

Our initial release supports React, but we have prepared the repo for other frameworks. This release is a small step towards a larger feature—“Hosted Auth Pages”. The wide range of customization will become useful for developers to tweak their Hosted Auth pages to reflect their brand personality.

View the docs.


We've released granular permissions for the Supabase Dashboard. Dashboard permissions allow you assign roles to your team and to restrict what they can do.

We're starting with 3 roles—Owner, Administrator, and Developer—which you can edit in the Org settings of the Dashboard. There's a tooltip in the header of the members table, which elaborates on the individual permissions available for each role.

Read more.


We've released pg_jsonschema, a new Postgres extension for the Supabase Platform.

pg_jsonschema adds support for JSON Schema validation for json and jsonb data types, built with Rust. You can read the blog post, which explains some of the scenarios where this is useful.

Read more.


We've released a new version of pg_graphql, our GraphQL extension for Postgres. This release adds support for json / jsonb types, the in filter, and introspection for much larger schemas (10x larger than before). We've fixed a few bugs too.

You can read the release notes and documentation, and start using pg_graphql on Supabase today.

Read more.


We've opened early-access signups for Multi-Factor Authentication (MFA). To be clear—this is for MFA for Supabase Auth, which you can use to build additional layers of security in your applications (and not MFA for our Dashboard, which we will also release soon).

If you're interested, sign up and we'll grant your projects early access to the MFA API endpoints.

Sign up.