Re: JWT decoder

From: Mladen Gogala <gogala(dot)mladen(at)gmail(dot)com>
To: Masih Tavassoli <mtavasso(at)yahoo(dot)co(dot)uk>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: JWT decoder
Date: 2021-08-09 16:23:40
Message-ID: 2ac9cc39-0a8f-ec84-6274-719e0a281e52@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hmmm, Pl/Python and Pl/Perl are languages usable from within Postgres.
You can write Python functions in Postgres. I apologize for not making
that clear.

On 8/9/21 1:15 AM, Masih Tavassoli wrote:
> There are lots of decoders but I need to do it within postgresql.
>
> On Monday, August 9, 2021, 01:24:33 PM GMT+10, Mladen Gogala
> <gogala(dot)mladen(at)gmail(dot)com> wrote:
>
>
> You could probably use Pl/Python. Python has base64 module and urllib
> module which can deal with all URL strings I am aware of.  Pl/Perl
> would probably do as well.
>
--
Mladen Gogala
Database Consultant
Tel: (347) 321-1217
https://dbwhisperer.wordpress.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bryn Llewellyn 2021-08-09 19:41:33 PL/pgSQL: Spurious 22P02 error on "select col into var" when col is user-defined type
Previous Message Vijaykumar Jain 2021-08-09 16:01:11 Re: Partitioning a table by integer value (preferably in place)