---
title: "Supabase Auth in Developer Portal"
description: ""
canonicalUrl: "https://zuplo.com/changelog/2023/09/29/supabase-auth"
pageType: "changelog"
date: "2023-09-29"
tags: "dev-portal"
---
We [announced](/blog/2023/09/29/announcing-supabase-auth-for-dev-portal) last
week during
[Supabase Week](/blog/2023/09/25/using-openai-and-supabase-db-to-create-an-api)
that the Zuplo Developer portal now supports Supabase Authentication in addition
to OpenID based auth. Supabase developers can now use their custom hosted
Supabase login experience to authenticate users to their API docs hosted by
Zuplo. For full instructions see
[the documentation](/docs/articles/dev-portal-supabase-auth).

## Dev Portal Performance

Over the past several weeks we have worked on improving the overall performance
of the Developer Portal and we are happy to report that the results have been
meaningful. For most real use loads of the API page, the content loads in about
a second. Larger APIs (i.e. with larger OpenAPI documents) may experience a bit
longer load time, but we plan to address that soon.

Custom pages should load almost instantly now as we have optimized serving them
from our edge CDN.

Overall you should see much snappier UI in the developer portal. We have more
work to do - in particular for customers with larger OpenAPI documents, but we
hope you will be happy with the recent improvements.