Extracted JWT validation functions to a separate module.

This change introduces a PostgREST.Auth.Jwt module containing JWT validation functions.

The reason to extract them from Auth is to enable JwtCache module to reuse them without introducing module dependency cycle.
This commit is contained in:
Michał Kłeczek
2025-06-02 12:26:39 -05:00
committed by Steve Chavez
parent 7e3fb2ba08
commit a409a2cb94
3 changed files with 170 additions and 131 deletions
+1
View File
@@ -49,6 +49,7 @@ library
PostgREST.App
PostgREST.AppState
PostgREST.Auth
PostgREST.Auth.Jwt
PostgREST.Auth.JwtCache
PostgREST.Auth.Types
PostgREST.CLI