pg_session_jwt
Manage authentication sessions using JWTs
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: pg_session_jwt
: Manage authentication sessions using JWTs
Information
- Extension ID: 7040
- Extension Name:
pg_session_jwt
- Package Name:
pg_session_jwt
- Category:
SEC
- License: Apache-2.0
- Website: https://github.com/neondatabase/pg_session_jwt
- Language: Rust
- Extra Tags:
neon
- Comment: N/A
Metadata
- Latest Version: 0.1.2
- Postgres Support:
17
,16
,15
,14
- Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Can be installed into other schemas
- Trusted: Trusted, Can be created by user with
CREATE
Privilege - Schemas:
auth
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
pg_session_jwt_$v
- RPM Ver :
0.1.2
- RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-session-jwt
- DEB Ver :
0.1.2
- DEB Deps: N/A
Packages
Installation
Install pg_session_jwt
via the pig
CLI tool:
pig ext install pg_session_jwt
Install pg_session_jwt
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pg_session_jwt"]}' # -l <cls>
Install pg_session_jwt
RPM from YUM repo directly:
dnf install pg_session_jwt_17;
dnf install pg_session_jwt_16;
dnf install pg_session_jwt_15;
dnf install pg_session_jwt_14;
Install pg_session_jwt
DEB from APT repo directly:
apt install postgresql-17-pg-session-jwt;
apt install postgresql-16-pg-session-jwt;
apt install postgresql-15-pg-session-jwt;
apt install postgresql-14-pg-session-jwt;
Enable pg_session_jwt
extension on PostgreSQL cluster:
CREATE EXTENSION pg_session_jwt;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.