PostgreSQL-centric authentication and authorization demo integrating WebAuthn, PostgREST, and role-based access control.
pgext.cloud · Source code · Website · Documentation · License text · Control file
| Package | uniphant |
|---|---|
| Version | 1.5 |
| PostgreSQL versions | 13 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | api, public |
| Stars | 5 |
| Latest commit | 2024-05-20 |
| Latest release | 2021-01-08 |
| Catalogue updated | 2026-08-30 |
| webauthn | Pure-SQL PostgreSQL implementation of WebAuthn credential registration and assertion verification. |
| postgrest_auth | Placeholder PostgREST authentication extension with no implemented database objects |
| webauthn | Pure-SQL PostgreSQL implementation of WebAuthn credential registration and assertion verification. |
| beyond_auth | Per-project authentication and authorization service for apps running on https://beyond.dev |
| pg_session_jwt | Manage authentication sessions using JWTs |
| cedarling_pg | PostgreSQL integration for Cedarling authorization decisions, including JWT-aware checks and RLS-oriented helpers. |
| postfga | A preload PostgreSQL extension integrating OpenFGA authorization through an FDW, C functions, gRPC background work and shared-memory caching. |
| pgzan | Proof-of-concept pgrx extension for evaluating Zanzibar-style authorization inside PostgreSQL row-level security policies. |
| custom_roles | Role-specific Supabase RLS tables and functions for managing user roles. |