Re: Using Token (JWT) authentication mechanism in Postgres - Mailing list pgsql-general

From James Keener
Subject Re: Using Token (JWT) authentication mechanism in Postgres
Date
Msg-id 8D9BC842-8E2E-497D-ABCE-0637256BECA9@jimkeener.com
Whole thread Raw
In response to Using Token (JWT) authentication mechanism in Postgres  (Julio Cesar Tenganan Daza <ctenganand@psl.com.co>)
List pgsql-general
I believe postgrest can, and you can always use jwt in your application, but postgresql doesn't natively support them.

On January 24, 2018 4:27:23 PM EST, Julio Cesar Tenganan Daza <ctenganand@psl.com.co> wrote:

Hello,

 

I would like to know if is possible to use Token (JWT) authentication mechanism in Postgres? In order to authenticate users and also authorize access to specific tables, This is in a multi-tenant application context where users can create their own tables and share it if they want.

 

Is it possible this authentication mechanism or is there any plugin to achieve it?

 

Thank You for your help!

 

Regards,

 

Cesar


--
Sent from my Android device with K-9 Mail. Please excuse my brevity.

pgsql-general by date:

Previous
From: Julio Cesar Tenganan Daza
Date:
Subject: Using Token (JWT) authentication mechanism in Postgres
Next
From: Rob Sargent
Date:
Subject: Re: CannotAcquireResourceException in Junit