Re: Using Token (JWT) authentication mechanism in Postgres

From: James Keener <jim(at)jimkeener(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org,Julio Cesar Tenganan Daza <ctenganand(at)psl(dot)com(dot)co>,"pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Using Token (JWT) authentication mechanism in Postgres
Date: 2018-01-24 22:07:51
Message-ID: 8D9BC842-8E2E-497D-ABCE-0637256BECA9@jimkeener.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)psl(dot)com(dot)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2018-01-25 04:06:10 Re: CannotAcquireResourceException in Junit
Previous Message Julio Cesar Tenganan Daza 2018-01-24 21:27:23 Using Token (JWT) authentication mechanism in Postgres