Re: [OAuth2] Infrastructure for tracking token expiry time - Mailing list pgsql-hackers

From Zsolt Parragi
Subject Re: [OAuth2] Infrastructure for tracking token expiry time
Date
Msg-id CAN4CZFOe-0jTR7_s2uciX9TNKxRvd2h8avAw9iFO6VPu0CChsQ@mail.gmail.com
Whole thread Raw
In response to Re: [OAuth2] Infrastructure for tracking token expiry time  (VASUKI M <vasukianand0119@gmail.com>)
Responses Re: [OAuth2] Infrastructure for tracking token expiry time
List pgsql-hackers
Hello

This API looks simple for providers that use JWT access tokens, but
what about providers that use opaque tokens and an introspection API
to check validity instead? Some validators might not be able to
provide anything meaningful without a periodic call to a "check
validity now" method, and even some providers that use JWT access
tokens support immediate revocation, where these periodic checks would
be useful.



pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Expanding HOT updates for expression and partial indexes
Next
From: Andres Freund
Date:
Subject: Re: generating function default settings from pg_proc.dat