haproxy-lua-oauth icon indicating copy to clipboard operation
haproxy-lua-oauth copied to clipboard

JWT Validation implementation for HAProxy Lua host

Results 2 haproxy-lua-oauth issues
Sort by recently updated
recently updated
newest added

Since the public key of the token is assigned in the 'global' section, using multiple different tokens (from different authentication servers) seems impossible. However, it may be necessary. For example,...

JWT contains a mechanism for selecting the correct key by using an identifier. This commit adds an ability to use a different key based on the parameter in the JWT...