Re: JWT decoder

2021-08-08 Thread Masih Tavassoli
That was not the question, the question is how do you decode base64url (not base64) in postgres sql? On Monday, August 9, 2021, 02:08:44 PM GMT+10, rob stone wrote: Hello, On Mon, 2021-08-09 at 02:16 +, Masih Tavassoli wrote: > Hi experts, > > I am trying to find a way

Re: JWT decoder

2021-08-08 Thread Masih Tavassoli
probably do as well. On 8/8/21 10:16 PM, Masih Tavassoli wrote: Hi experts, I am trying to find a way to decode a URL request header and extract its JSON fields in postgreql . I can do this in Oracle sql using  select    (utl_raw.cast_to_varchar2 (utl_encode.base64_decode

JWT decoder

2021-08-08 Thread Masih Tavassoli
Hi experts, I am trying to find a way to decode a URL request header and extract its JSON fields in postgreql . I can do this in Oracle sql using  select    (utl_raw.cast_to_varchar2 (utl_encode.base64_decode( utl_raw.cast_to_raw (regexp_replace ( ( 'eyJhbGciOiJSUzI1NiIsImtpZCI6InBhLWFwaS1zaWdu