refactor: Listener to own module

This commit is contained in:
steve-chavez
2024-05-23 19:34:42 -05:00
committed by Steve Chavez
parent 4e0ffa6d0a
commit 47e9a2d134
6 changed files with 132 additions and 89 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
{-|
Module : PostgREST.Auth
Description : PostgREST authorization functions.
Description : PostgREST authentication functions.
This module provides functions to deal with the JWT authorization (http://jwt.io).
It also can be used to define other authorization functions,
This module provides functions to deal with the JWT authentication (http://jwt.io).
It also can be used to define other authentication functions,
in the future Oauth, LDAP and similar integrations can be coded here.
Authentication should always be implemented in an external service.