$ luarocks install lua-resty-certificate-sso
Makes it possible for an OpenResty install to use client certificates for auth. Using
this pattern, a single nginx virtual host will serve as an SSO endpoing. Any other
virtual hosts wishing to use the endpoint can simply include a snippet, which will
handle redirection to the SSO endpoint. A JWT token will be issued, which will be
used for authentication.
Versions
Dependencies
lua >= 5.1, < 5.4
lua-resty-string >= 0.9
net-url >= 0.9-1