I use this to handle auth from Google application proxy. Unfortunately, the header value looks like:
accounts.google.com:justin@example.com
It works fine, but it's a bit verbose.
It'd be awesome if I could specify a regex to just extract part of the value as the username like
accounts.google.com:(.*) or accounts.google.com:(.*)@example.com
Otherwise, it's working great. Thanks!