> Nginx has an auth_subrequest module that yeets all the cookies in a requests over to a configured URL in a server-initiated subrequest (hence the name), then proceeds with the original request only if the subrequest returns 200 OK. The module works with any type of incoming request, including FastCGI and reverse proxy situations.
To add, something similar can be done with Traefik and forward auth plugins.
To add, something similar can be done with Traefik and forward auth plugins.